From 21770f92cf1af4fcaced9270931716b00543fdd5 Mon Sep 17 00:00:00 2001 From: Thomas Ries Date: Thu, 21 May 2009 09:07:34 +0000 Subject: [PATCH] *** empty log message *** --- src/sock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sock.c b/src/sock.c index e15231f..1c1a664 100644 --- a/src/sock.c +++ b/src/sock.c @@ -101,7 +101,7 @@ int sipsock_listen (void) { * Wait for incoming SIP message. After a 2 sec timeout * this function returns with sts=0 * - * RETURNS >0 if data received, =0 if nothing received /T/O), -1 on error + * RETURNS >0 if data received, =0 if nothing received (T/O), -1 on error */ int sipsock_wait(void) { int sts;