From 94eb6a2388ae39eb9ebba4f7a531a2d848ecfb2d Mon Sep 17 00:00:00 2001 From: ellson Date: Tue, 18 Oct 2005 18:49:39 +0000 Subject: [PATCH] use (void) instead of () for empty parameter lists --- lib/common/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common/utils.c b/lib/common/utils.c index 0a68bbdd3..c77357261 100644 --- a/lib/common/utils.c +++ b/lib/common/utils.c @@ -261,7 +261,7 @@ static void cleanup(void) } #endif -char *gvUsername() +char *gvUsername(void) { char *user = NULL; #ifndef MSWIN32 -- 2.40.0