X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fcomp.c;h=812f59643c536b93c722aca090d4075be943ad31;hb=b0b7ee58c482bf36063e6158f610dd337f3ca568;hp=2eea08a70abbb768ea41b9f9c4467a4e51e3d216;hpb=907d56122e31657df15e9bc79460210deedaefd9;p=mmh diff --git a/uip/comp.c b/uip/comp.c index 2eea08a..812f596 100644 --- a/uip/comp.c +++ b/uip/comp.c @@ -87,7 +87,7 @@ int main (int argc, char **argv) { int use = NOUSE, nedit = 0, nwhat = 0; - int i, in = NOTOK, isdf = 0, out, dat[5], ncomps, format_len; + int i, in = NOTOK, isdf = 0, out, dat[5], format_len; int outputlinelen = OUTPUTLINELEN; char *cp, *cwd, *maildir, *dfolder = NULL; char *ed = NULL, *file = NULL, *form = NULL; @@ -291,7 +291,7 @@ main (int argc, char **argv) cp = new_fs(form, NULL, NULL); format_len = strlen(cp); - ncomps = fmt_compile(cp, &fmt); + fmt_compile(cp, &fmt); /* * Set up any components that were fed to us on the command line