Make a proper prototype for the main() function declaration. (add void)

This commit is contained in:
nekral-guest
2008-01-05 13:51:43 +00:00
parent 2040826791
commit 239b2d7bee
2 changed files with 3 additions and 1 deletions

View File

@@ -30,7 +30,7 @@
#include <unistd.h>
#include "exitcodes.h"
int main ()
int main (void)
{
const char *user, *tty;