From 67e112cce6bc7a9e841354d2c760a017a2c01527 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 18 Jan 2011 00:06:05 -0500 Subject: [PATCH] Mark a function as static --- glib/gtimezone.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.7.4