Bryan Drewery 22 anni fa
parent
commit
d83861e330
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      src/main.c

+ 2 - 0
src/main.c

@@ -1003,4 +1003,6 @@ int main(int argc, char **argv)
       socket_cleanup = 0;	/* If we've been idle, cleanup & flush */
     }
   }
+
+  return 0;		/* never reached but what the hell */
 }