Rename the GUTILS_C_VAR macro to GLIB_VAR.
[platform/upstream/glib.git] / gmain.c
diff --git a/gmain.c b/gmain.c
index e7161c4..155ccbd 100644 (file)
--- a/gmain.c
+++ b/gmain.c
@@ -1352,7 +1352,8 @@ g_idle_prepare  (gpointer  source_data,
                 gint     *timeout,
                 gpointer  user_data)
 {
-  timeout = 0;
+  *timeout = 0;
+
   return TRUE;
 }