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

index ce42f50..07f50bf 100644 (file)
@@ -205,7 +205,7 @@ g_time_zone_ref (GTimeZone *tz)
  *  - hh is 00 to 23
  *  - mm is 00 to 59
  */
-gboolean
+static gboolean
 parse_time (const gchar *time,
             gint32      *offset)
 {