X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhlistsbr.c;h=2a4f5041e9788c6110078336ae3c28e535c738ea;hp=a59e0e88e5860655e220cda558aae4be705a9858;hb=cf1205b5cbea2f0cd6ea710ec16c637df85b647c;hpb=d254c5e2ad008f26d5fda43c3f24f0a711c7e851 diff --git a/uip/mhlistsbr.c b/uip/mhlistsbr.c index a59e0e8..2a4f504 100644 --- a/uip/mhlistsbr.c +++ b/uip/mhlistsbr.c @@ -15,6 +15,7 @@ #include #include #include +#include /* mhmisc.c */ int part_ok(CT, int); @@ -117,7 +118,7 @@ list_switch(CT ct, int toplevel, int verbose, int debug) default: /* list_debug (ct); */ - adios(NULL, "unknown content type %d", ct->c_type); + adios(EX_DATAERR, NULL, "unknown content type %d", ct->c_type); break; }