mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-20 22:29:17 +02: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);;
|
GResourceFileInputStream *file = G_RESOURCE_FILE_INPUT_STREAM (stream);;
|
||||||
|
|
||||||
if (!G_IS_SEEKABLE (file->stream));
|
if (!G_IS_SEEKABLE (file->stream))
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
return g_seekable_tell (G_SEEKABLE (file->stream));
|
return g_seekable_tell (G_SEEKABLE (file->stream));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user