projects
/
graphviz
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
516d951
)
use (void) instead of () for empty parameter lists
author
ellson
<devnull@localhost>
Tue, 18 Oct 2005 18:49:39 +0000
(18:49 +0000)
committer
ellson
<devnull@localhost>
Tue, 18 Oct 2005 18:49:39 +0000
(18:49 +0000)
lib/common/utils.c
patch
|
blob
|
history
diff --git
a/lib/common/utils.c
b/lib/common/utils.c
index 0a68bbdd37c787685054fe003aa8ef0e6497d6ad..c77357261f3a7e4114b031d112cd4bf1e5388288 100644
(file)
--- 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