From 12751e3fc02e45da1198b82dadf83fe861ebfd1e Mon Sep 17 00:00:00 2001 From: drouin Date: Wed, 1 Sep 2004 15:54:51 +0000 Subject: replaced the gtk mainloop with a glib one. added -Wall compile directive . fixed some warnings --- src/ivysocket.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ivysocket.c') 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' ) -- cgit v1.1