Some more socket stuff
[cascardo/gnio.git] / test / test-server.c
index 9a7c9d6..d6d9e46 100644 (file)
@@ -20,7 +20,6 @@ accept_callback (GSocket *socket, GAsyncResult *result, gpointer data)
        address = g_socket_get_peer_address (new_socket, NULL);
 
        g_printf ("got a new connection from %s:%d\n", g_inet_address_to_string (g_inet_socket_address_get_address (G_INET_SOCKET_ADDRESS (address))), g_inet_socket_address_get_port (G_INET_SOCKET_ADDRESS (address)));
-
 }
 
 int main (int argc, char *argv[])