]> git.sesse.net Git - betaftpd/commitdiff
Fixed a gcc (2.97) warning.
authorsgunderson <sgunderson>
Sat, 3 Feb 2001 18:06:44 +0000 (18:06 +0000)
committersgunderson <sgunderson>
Sat, 3 Feb 2001 18:06:44 +0000 (18:06 +0000)
cmds.h

diff --git a/cmds.h b/cmds.h
index 6b5a386c91a9547e82455c1a7178f3a082ca8d74..4b107ea225e82fd1199008ea57994fdc66ca14bc 100644 (file)
--- a/cmds.h
+++ b/cmds.h
@@ -54,7 +54,7 @@
        }
 #endif
 
-#define CMD_PROTO(cmd) int cmd_ ## cmd ## (struct conn * const c)
+#define CMD_PROTO(cmd) int cmd_ ## cmd (struct conn * const c)
 
 int do_chdir(struct conn * const c, const char * const newd);
 CMD_PROTO(user);