From: Matthias Clasen Date: Tue, 18 Jan 2011 05:06:05 +0000 (-0500) Subject: Mark a function as static X-Git-Tag: 2.27.92~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=67e112cce6bc7a9e841354d2c760a017a2c01527;p=platform%2Fupstream%2Fglib.git Mark a function as static --- diff --git a/glib/gtimezone.c b/glib/gtimezone.c index ce42f50..07f50bf 100644 --- a/glib/gtimezone.c +++ b/glib/gtimezone.c @@ -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) {