use (void) instead of () for empty parameter lists
authorellson <devnull@localhost>
Tue, 18 Oct 2005 18:49:39 +0000 (18:49 +0000)
committerellson <devnull@localhost>
Tue, 18 Oct 2005 18:49:39 +0000 (18:49 +0000)
lib/common/utils.c

index 0a68bbdd37c787685054fe003aa8ef0e6497d6ad..c77357261f3a7e4114b031d112cd4bf1e5388288 100644 (file)
@@ -261,7 +261,7 @@ static void cleanup(void)
 }
 #endif
 
-char *gvUsername()
+char *gvUsername(void)
 {
     char *user = NULL;
 #ifndef MSWIN32