X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;ds=sidebyside;f=sbr%2Fdone.c;h=b5072a69bef5d6e9fb596b8fc1659c609bffee0d;hb=13f32d980c37d425a846e59ea63949bd5c2572c3;hp=02465ea07431bc733afe7db6b1c6187bfc7b0863;hpb=f3897a21dafb3e2219520a45052b2618620910c4;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 */ }