Mark another function as static

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

View File

@ -241,7 +241,7 @@ parse_time (const gchar *time,
return *time == '\0';
}
gboolean
static gboolean
parse_constant_offset (const gchar *name,
gint32 *offset)
{