summaryrefslogtreecommitdiff
path: root/src/ivysocket.c
diff options
context:
space:
mode:
authordrouin2004-09-01 15:54:51 +0000
committerdrouin2004-09-01 15:54:51 +0000
commit12751e3fc02e45da1198b82dadf83fe861ebfd1e (patch)
treea56a2fdb4d4640dc29b5e3d080265d4d164f6b5d /src/ivysocket.c
parentd95d579469c04a581fd5559e96d28b88293613c3 (diff)
downloadivy-c-12751e3fc02e45da1198b82dadf83fe861ebfd1e.zip
ivy-c-12751e3fc02e45da1198b82dadf83fe861ebfd1e.tar.gz
ivy-c-12751e3fc02e45da1198b82dadf83fe861ebfd1e.tar.bz2
ivy-c-12751e3fc02e45da1198b82dadf83fe861ebfd1e.tar.xz
replaced the gtk mainloop with a glib one. added -Wall compile directive . fixed some warnings
Diffstat (limited to 'src/ivysocket.c')
-rw-r--r--src/ivysocket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ivysocket.c b/src/ivysocket.c
index c6a398e..7565015 100644
--- a/src/ivysocket.c
+++ b/src/ivysocket.c
@@ -142,7 +142,7 @@ static void HandleSocket (Channel channel, HANDLE fd, void *data)
*ptr_nl = '\0';
if (client->interpretation )
(*client->interpretation) (client, client->data, ptr );
- else fprintf (stderr,"Socket No interpretation function ???!\n");
+ else fprintf (stderr,"Socket No interpretation function ???\n");
ptr = ++ptr_nl;
}
if (*ptr != '\0' )