X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fdp.c;h=a9bc90f1023fae1be357f7249d409a2630263775;hp=0041198a095a1e29740f766ab454b9a8252f162d;hb=197f95940cc0860683e6988352f721e6603f9339;hpb=b89abf4ec88b6bb884c427f5cf48005720e94e29 diff --git a/uip/dp.c b/uip/dp.c index 0041198..a9bc90f 100644 --- a/uip/dp.c +++ b/uip/dp.c @@ -132,7 +132,7 @@ main (int argc, char **argv) status += process (dates[datep], width); context_save (); /* save the context file */ - done (status); + return done (status); }