diff options
author | Scott Balneaves <[email protected]> | 2012-12-14 13:46:57 -0600 |
---|---|---|
committer | Scott Balneaves <[email protected]> | 2012-12-14 13:46:57 -0600 |
commit | 032377291f83cba3d0ab0eed7665cb2f5df0d2bd (patch) | |
tree | 87865e39858e031dd3c32bb12f45cf8862f8bca1 /python/mateweathermodule.c | |
parent | 18ef300a07d7741c6503775b183f857858924b18 (diff) | |
download | libmateweather-032377291f83cba3d0ab0eed7665cb2f5df0d2bd.tar.bz2 libmateweather-032377291f83cba3d0ab0eed7665cb2f5df0d2bd.tar.xz |
Stylistic update
Diffstat (limited to 'python/mateweathermodule.c')
-rw-r--r-- | python/mateweathermodule.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/python/mateweathermodule.c b/python/mateweathermodule.c index 5bd2775..63691f8 100644 --- a/python/mateweathermodule.c +++ b/python/mateweathermodule.c @@ -36,9 +36,7 @@ initmateweather(void) PyObject *m, *d; init_pygobject (); -#if GLIB_CHECK_VERSION (2, 32, 0) - /* g_thread_init (NULL); */ -#else +#if !GLIB_CHECK_VERSION (2, 32, 0) g_thread_init (NULL); #endif |