X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=h%2Ffmt_scan.h;h=d8fab615e181a617c396957d6879baeddc66d72a;hb=cbaaccc109298129f33411909d68e772d138bb1b;hp=ed4e2f0d68fe4d821a057fda3e5dcefe103fda48;hpb=59b086daa57105e8fbd8b1e6ba60be6a845faf95;p=mmh diff --git a/h/fmt_scan.h b/h/fmt_scan.h index ed4e2f0..d8fab61 100644 --- a/h/fmt_scan.h +++ b/h/fmt_scan.h @@ -62,7 +62,8 @@ extern struct comp *wantcomp[128]; #define FINDCOMP(comp,name) \ for (comp = wantcomp[CHASH(name)]; \ comp && strcmp(comp->c_name,name); \ - comp = comp->c_next) ; + comp = comp->c_next) \ + ; /* * This structure defines one formatting instruction.