X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Ferror.c;h=599b91d0db06199cdd33264b3770d1450f7c40e4;hp=d8313cec8f318c5bcd7411fa56c789319c9f47f7;hb=fa591538beda05e6ce89323128705beabe4f543f;hpb=b284ee1b3c718e41bdcab6600532025b8743d477 diff --git a/sbr/error.c b/sbr/error.c index d8313ce..599b91d 100644 --- a/sbr/error.c +++ b/sbr/error.c @@ -35,7 +35,7 @@ adios(char *what, char *fmt, ...) va_start(ap, fmt); advertise(what, NULL, fmt, ap); va_end(ap); - done(1); + exit(1); }