From: Dan Harkless Date: Fri, 16 Jul 1999 00:50:01 +0000 (+0000) Subject: Changed done() from returning void to returning int so that main()s who call X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/14d4fe34a364d78ca25f39b82713255a3e9006cb?ds=inline;hp=14d4fe34a364d78ca25f39b82713255a3e9006cb Changed done() 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. ---