diff options
Diffstat (limited to 'gi/pygi-cache.c')
-rw-r--r-- | gi/pygi-cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gi/pygi-cache.c b/gi/pygi-cache.c index 5d496d5..f42aa64 100644 --- a/gi/pygi-cache.c +++ b/gi/pygi-cache.c @@ -43,7 +43,7 @@ PyGIArgCache * _arg_cache_new_for_interface (GIInterfaceInfo *iface_info, gssize c_arg_index, gssize py_arg_index); /* cleanup */ -void +static void _pygi_arg_cache_free (PyGIArgCache *cache) { if (cache == NULL) |