diff options
Diffstat (limited to 'gi/pygi-foreign.c')
-rw-r--r-- | gi/pygi-foreign.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gi/pygi-foreign.c b/gi/pygi-foreign.c index ef5abaa7..75373992 100644 --- a/gi/pygi-foreign.c +++ b/gi/pygi-foreign.c @@ -42,7 +42,7 @@ typedef struct { static GPtrArray *foreign_structs = NULL; static void -init_foreign_structs () +init_foreign_structs (void) { foreign_structs = g_ptr_array_new (); } |