projects
/
platform
/
upstream
/
glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67e112c
)
Mark another function as static
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 18 Jan 2011 05:06:55 +0000
(
00:06
-0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 18 Jan 2011 05:06:55 +0000
(
00:06
-0500)
glib/gtimezone.c
patch
|
blob
|
history
diff --git
a/glib/gtimezone.c
b/glib/gtimezone.c
index
07f50bf
..
902e2c3
100644
(file)
--- 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)
{