typo
authorDaniel Kouřil <kouril@ics.muni.cz>
Tue, 6 Dec 2011 11:07:39 +0000 (11:07 +0000)
committerDaniel Kouřil <kouril@ics.muni.cz>
Tue, 6 Dec 2011 11:07:39 +0000 (11:07 +0000)
emi.canl.canl-c/src/canl.c

index aec7996..3316e47 100644 (file)
@@ -289,7 +289,7 @@ int canl_io_accept(canl_ctx cc, canl_io_handler io, int port,
 
     freeaddrinfo(servinfo); // all done with this structure
     if (p == NULL) {
-       return set_error(glb_cc, -1 unknown_error,
+       return set_error(glb_cc, -1, unknown_error,
                         "Failed to acquire a server socket");
     }