[glib] Mark a function as static



commit 67e112cce6bc7a9e841354d2c760a017a2c01527
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Jan 18 00:06:05 2011 -0500

    Mark a function as static

 glib/gtimezone.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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)
 {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]