mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-11-04 01:58:54 +01:00 
			
		
		
		
	Fix misspelled identifier in the Win32 code
This commit is contained in:
		@@ -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;
 | 
			
		||||
  }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user