mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
gresourcefile.c: Remove stray semicolon
This commit is contained in:
parent
c1ada372e9
commit
ccd30d6816
@ -830,7 +830,7 @@ g_resource_file_input_stream_tell (GFileInputStream *stream)
|
||||
{
|
||||
GResourceFileInputStream *file = G_RESOURCE_FILE_INPUT_STREAM (stream);;
|
||||
|
||||
if (!G_IS_SEEKABLE (file->stream));
|
||||
if (!G_IS_SEEKABLE (file->stream))
|
||||
return 0;
|
||||
|
||||
return g_seekable_tell (G_SEEKABLE (file->stream));
|
||||
|
Loading…
Reference in New Issue
Block a user