Fixed places in the code relying the C99-ism of declarations in the
[mmh] / uip / mshcmds.c
index 9937a1d..b5debff 100644 (file)
@@ -1075,9 +1075,8 @@ static char *hlpmsg[] = {
 void
 helpcmd (char **args)
 {
-    NMH_UNUSED (args);
-
     int i;
+    NMH_UNUSED (args);
 
     for (i = 0; hlpmsg[i]; i++) {
        printf (hlpmsg[i], invo_name);