X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/1691e80890e5d8ba258c51c214a3e91880e1db2b..58d60c818b22f8d260e02c509f58b31c33f5f8af:/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 */ }