mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +01:00
Fix a bad void return. #588901
This commit is contained in:
parent
f34b1f024f
commit
882e36106d
@ -327,7 +327,7 @@ g_tcp_connection_close_async (GIOStream *stream,
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
return G_IO_STREAM_CLASS (g_tcp_connection_parent_class)
|
G_IO_STREAM_CLASS (g_tcp_connection_parent_class)
|
||||||
->close_async (stream, io_priority, cancellable, callback, user_data);
|
->close_async (stream, io_priority, cancellable, callback, user_data);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user