Bryan Drewery hace 22 años
padre
commit
d83861e330
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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 */
 }