summaryrefslogtreecommitdiffstats
path: root/gobject/gobjectmodule.c
diff options
context:
space:
mode:
Diffstat (limited to 'gobject/gobjectmodule.c')
-rw-r--r--gobject/gobjectmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gobject/gobjectmodule.c b/gobject/gobjectmodule.c
index 8978ea2..68a10ac 100644
--- a/gobject/gobjectmodule.c
+++ b/gobject/gobjectmodule.c
@@ -1906,7 +1906,7 @@ static int pyg_thread_state_tls_key = -1;
/* Enable threading; note that the GIL must be held by the current
thread when this function is called */
static int
-pyg_enable_threads ()
+pyg_enable_threads (void)
{
if (getenv ("PYGTK_USE_GIL_STATE_API"))
use_gil_state_api = TRUE;