Changed from returning void to returning int so that main()s who call done() at
authorDan Harkless <dan@harkless.org>
Fri, 16 Jul 1999 00:48:59 +0000 (00:48 +0000)
committerDan Harkless <dan@harkless.org>
Fri, 16 Jul 1999 00:48:59 +0000 (00:48 +0000)
commit13f32d980c37d425a846e59ea63949bd5c2572c3
tree6cf6cd99ffd04f0555396f8f34569822ca3c24c5
parentf3897a21dafb3e2219520a45052b2618620910c4
Changed from returning void to returning int so that main()s who call done() at
the end can instead return done() at the end to eliminate the compilation
warning about falling off the end of a non-void function.
sbr/done.c