]> git.sesse.net Git - jam/commitdiff
Fix a warning.
authorsgunderson@bigfoot.com <>
Tue, 13 Feb 2007 22:19:08 +0000 (23:19 +0100)
committersgunderson@bigfoot.com <>
Tue, 13 Feb 2007 22:19:08 +0000 (23:19 +0100)
jam.c

diff --git a/jam.c b/jam.c
index 0141e5ba45398df0f8cac42559eca84e85b166ae..3156ba82b2945934d2728b6eeb393e14a49bba82 100644 (file)
--- a/jam.c
+++ b/jam.c
@@ -428,6 +428,8 @@ void *receiver_dispatcher(void *arg)
                        exit(1);
                }
        }
+
+       return NULL;
 }
 
 int get_server_socket(unsigned short port)