Fixed places in the code relying the C99-ism of declarations in the
[mmh] / uip / mhlsbr.c
index be63c25..df0a223 100644 (file)
@@ -338,7 +338,7 @@ int
 mhl (int argc, char **argv)
 {
     int length = 0, nomore = 0;
-    unsigned int i, vecp = 0;;
+    unsigned int i, vecp = 0;
     int width = 0;
     char *cp, *folder = NULL, *form = NULL;
     char buf[BUFSIZ], *files[MAXARGS];