summaryrefslogtreecommitdiff
path: root/gi/pygi-foreign.c
diff options
context:
space:
mode:
authorMartin Pitt <martinpitt@gnome.org>2013-01-15 09:46:01 +0100
committerMartin Pitt <martinpitt@gnome.org>2013-01-15 09:46:01 +0100
commit137679426ff39507e15f08e9e6428d851fee06b7 (patch)
treebfa1daef868dc62ac457b1cad58f7d62e6009e07 /gi/pygi-foreign.c
parentd47927f1701a11aec8566425f22688c5df73d7f2 (diff)
downloadpygobject-137679426ff39507e15f08e9e6428d851fee06b7.tar.gz
Fix function prototypes and static functions
These cause errors/warnings with -Wstrict-prototypes.
Diffstat (limited to 'gi/pygi-foreign.c')
-rw-r--r--gi/pygi-foreign.c2
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 ();
}