commit 4abc9f0b4601b530cf3d5aaefa1f745eb958680c parent 29701b48781ca01c8a9747c1baf196423e02081f Author: sin <sin@2f30.org> Date: Thu, 26 Nov 2015 15:35:53 +0000 Don't name vars in prototypes Diffstat:
M | noice.c | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/noice.c b/noice.c @@ -103,10 +103,10 @@ int idle; * '------ */ -void printmsg(char *msg); +void printmsg(char *); void printwarn(void); -void printerr(int ret, char *prefix); -char *mkpath(char *dir, char *name); +void printerr(int, char *); +char *mkpath(char *, char *); #undef dprintf int