Make a proper prototype for the main() function declaration. (add void)
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
#include <unistd.h>
|
||||
#include "exitcodes.h"
|
||||
|
||||
int main ()
|
||||
int main (void)
|
||||
{
|
||||
const char *user, *tty;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user