Mark another function as static
authorMatthias Clasen <mclasen@redhat.com>
Tue, 18 Jan 2011 05:06:55 +0000 (00:06 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 18 Jan 2011 05:06:55 +0000 (00:06 -0500)
glib/gtimezone.c

index 07f50bf..902e2c3 100644 (file)
@@ -241,7 +241,7 @@ parse_time (const gchar *time,
   return *time == '\0';
 }
 
-gboolean
+static gboolean
 parse_constant_offset (const gchar *name,
                        gint32      *offset)
 {