mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-06 19:05:49 +01:00
Fix misspelled identifier in the Win32 code
This commit is contained in:
parent
622916b731
commit
0f795345d6
@ -3304,8 +3304,8 @@ g_socket_receive_message (GSocket *socket,
|
||||
|
||||
if (messages != NULL)
|
||||
*messages = NULL;
|
||||
if (n_messages != NULL)
|
||||
*n_messages = 0;
|
||||
if (num_messages != NULL)
|
||||
*num_messages = 0;
|
||||
|
||||
return bytes_received;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user