X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/1691e80890e5d8ba258c51c214a3e91880e1db2b..173c34078c1d520926a8dabeeec01d58d6c8615f:/sbr/done.c diff --git a/sbr/done.c b/sbr/done.c index 02465ea0..b5072a69 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 */ }