X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;ds=sidebyside;f=h%2Ffmt_scan.h;h=d8fab615e181a617c396957d6879baeddc66d72a;hb=0d33f1e27c4edb7290ef51cd03d50c0dbc9059ef;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.