X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.c;h=2a0d656655036ea0cbab99364b0d171b9245674f;hb=c9433eab5c4317ed4f89164b386a7d33562e29be;hp=2ab68cdf7d506798a6be9ac49c1dfe467406571f;hpb=e53d4eb6060f69fdedc6196bba0c68a5afe7ecc0;p=rocksndiamonds.git diff --git a/src/main.c b/src/main.c index 2ab68cdf..2a0d6566 100644 --- a/src/main.c +++ b/src/main.c @@ -1,7 +1,7 @@ /*********************************************************** * Rocks'n'Diamonds -- McDuffin Strikes Back! * *----------------------------------------------------------* -* (c) 1995-2001 Artsoft Entertainment * +* (c) 1995-2002 Artsoft Entertainment * * Holger Schemel * * Detmolder Strasse 189 * * 33604 Bielefeld * @@ -739,5 +739,6 @@ int main(int argc, char *argv[]) EventLoop(); CloseAllAndExit(0); - exit(0); /* to keep compilers happy */ + + return 0; /* to keep compilers happy */ }