X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Ffmtdump.c;fp=uip%2Ffmtdump.c;h=b59cf5c79645b7b4de8b3ee64b46dcb09217b9f3;hb=002555d3d68d553044facbe4fad7bd008a42ac5e;hp=a7fe9f450d718632f593ed4687bcb2e311c7320b;hpb=4cdff8cfe893e7039b4ef8272ed66a8a05bc8e04;p=mmh diff --git a/uip/fmtdump.c b/uip/fmtdump.c index a7fe9f4..b59cf5c 100644 --- a/uip/fmtdump.c +++ b/uip/fmtdump.c @@ -42,7 +42,6 @@ static void litputc(char); int main(int argc, char **argv) { - int ncomps; char *cp, *form = NULL; char buf[BUFSIZ], *fmtstr, **argp, **arguments; struct format *fmt; @@ -94,7 +93,7 @@ main(int argc, char **argv) ** Get new format string. Must be before chdir(). */ fmtstr = new_fs(form, FORMAT); - ncomps = fmt_compile(fmtstr, &fmt); + fmt_compile(fmtstr, &fmt); fmt_dump(fmt); done(0);