Browse Source

svn: 1232

Bryan Drewery 22 years ago
parent
commit
d83861e330
1 changed files with 2 additions and 0 deletions
  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 */
 }