gmyth/src/gmyth_socket.c
branchtrunk
changeset 256 7776e35d59d4
parent 230 1c6948679ddf
child 258 835d5cc01a0a
     1.1 --- a/gmyth/src/gmyth_socket.c	Tue Dec 19 21:24:01 2006 +0000
     1.2 +++ b/gmyth/src/gmyth_socket.c	Wed Jan 10 20:52:55 2007 +0000
     1.3 @@ -525,7 +525,7 @@
     1.4      gmyth_debug ("CONNECTING %s:%d", hostname, port);
     1.5  
     1.6      if ( hostname == NULL )
     1.7 -			gmyth_debug ( "[%s] Invalid hostname parameter!\n", __FUNCTION__ );
     1.8 +        gmyth_debug ( "[%s] Invalid hostname parameter!\n", __FUNCTION__ );
     1.9  
    1.10      /* store hostname and port number */
    1.11      if (gmyth_socket->hostname != NULL) {