]> git.marmaro.de Git - mmh/blobdiff - sbr/print_sw.c
Use continue instead of one long if for the whole loop body
[mmh] / sbr / print_sw.c
index 3a70c5455859a58b327ffdab872f6a250fe496e2..02d00bc05bc501a2e8db6341f75d094cd51c90d6 100644 (file)
@@ -13,8 +13,8 @@ void
 print_sw(char *substr, struct swit *swp, char *prefix, FILE *fp)
 {
        int len, optno;
-       register int i;
-       register char *cp, *cp1, *sp;
+       int i;
+       char *cp, *cp1, *sp;
        char buf[128];
 
        len = strlen(substr);