[glib] Mark another function as static



commit c7f38cd277f0bfa9c303fcd30dd17e1320e5c162
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Jan 18 00:06:55 2011 -0500

    Mark another 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 07f50bf..902e2c3 100644
--- a/glib/gtimezone.c
+++ b/glib/gtimezone.c
@@ -241,7 +241,7 @@ parse_time (const gchar *time,
   return *time == '\0';
 }
 
-gboolean
+static gboolean
 parse_constant_offset (const gchar *name,
                        gint32      *offset)
 {



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