mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 06:32:10 +01:00
Don't return something from a void function (#583408)
This commit is contained in:
parent
ce171195d9
commit
c93c98732a
@ -137,7 +137,7 @@ g_socket_control_message_serialize (GSocketControlMessage *message,
|
||||
{
|
||||
g_return_if_fail (G_IS_SOCKET_CONTROL_MESSAGE (message));
|
||||
|
||||
return G_SOCKET_CONTROL_MESSAGE_GET_CLASS (message)->serialize (message, data);
|
||||
G_SOCKET_CONTROL_MESSAGE_GET_CLASS (message)->serialize (message, data);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user