diff options
author | Matthias Clasen <mclasen@redhat.com> | 2012-06-23 17:58:51 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2012-06-23 17:59:37 -0400 |
commit | c5561ff6992bfbf2b92af401bc6f96317514b4a3 (patch) | |
tree | 19afb8a28ea69b126c2dfd3bbeda49965805abe5 /gio/gresourcefile.c | |
parent | 02eed18a4e745b4b4a0f0d5d2892faaecbd2c23d (diff) | |
download | glib-c5561ff6992bfbf2b92af401bc6f96317514b4a3.tar.gz |
Remove a few redundant ;s
Diffstat (limited to 'gio/gresourcefile.c')
-rw-r--r-- | gio/gresourcefile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/gresourcefile.c b/gio/gresourcefile.c index 3d5a95294..e399e54cc 100644 --- a/gio/gresourcefile.c +++ b/gio/gresourcefile.c @@ -828,7 +828,7 @@ g_resource_file_input_stream_close (GInputStream *stream, static goffset g_resource_file_input_stream_tell (GFileInputStream *stream) { - GResourceFileInputStream *file = G_RESOURCE_FILE_INPUT_STREAM (stream);; + GResourceFileInputStream *file = G_RESOURCE_FILE_INPUT_STREAM (stream); if (!G_IS_SEEKABLE (file->stream)) return 0; |