X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2Fdone.c;h=b5072a69bef5d6e9fb596b8fc1659c609bffee0d;hb=09470876aa753a96fa312296ed3c39ba761f3dd2;hp=02465ea07431bc733afe7db6b1c6187bfc7b0863;hpb=1691e80890e5d8ba258c51c214a3e91880e1db2b;p=mmh diff --git a/sbr/done.c b/sbr/done.c index 02465ea..b5072a6 100644 --- a/sbr/done.c +++ b/sbr/done.c @@ -7,8 +7,9 @@ #include -void +int done (int status) { exit (status); + return 1; /* dead code to satisfy the compiler */ }