X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fscan.c;h=3a8342083a57c8caacbde92b48d50fccbddbbaba;hp=d6a437297f4bd69621637f9c0348defcea4c388a;hb=a87df3543d3bc128ba4079d1f95638476ba5ca50;hpb=43ae44731bc0732c894ba6dc7de2d2881c5888e0 diff --git a/uip/scan.c b/uip/scan.c index d6a4372..3a83420 100644 --- a/uip/scan.c +++ b/uip/scan.c @@ -126,7 +126,6 @@ main(int argc, char **argv) adios(EX_IOERR, file, "unable to open"); } - thisisanmbox(in); for (msgnum = 1; ; ++msgnum) { state = scan(in, msgnum, SCN_MBOX, fmtstr, width, 0, 0); if (state != SCNMSG)