mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-21 16:38:54 +02:00
gresourcefile.c: Remove stray semicolon
This commit is contained in:
@@ -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));
|
||||
|
Reference in New Issue
Block a user