Mark a function as static

This commit is contained in:
Matthias Clasen 2011-01-18 00:06:05 -05:00
parent d2347f34fd
commit 67e112cce6

View 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)
{