From: nethack.allison Date: Mon, 2 Sep 2002 14:39:24 +0000 (+0000) Subject: get rid of uudecode compile warning on Borland X-Git-Tag: MOVE2GIT~2445 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3ea64625f3559bd04f5e41ca93d4a5828affb357;p=nethack get rid of uudecode compile warning on Borland --- diff --git a/sys/share/uudecode.c b/sys/share/uudecode.c index 75e86f991..b5ef43abd 100644 --- a/sys/share/uudecode.c +++ b/sys/share/uudecode.c @@ -164,6 +164,8 @@ char **argv; exit(5); } exit(0); + /*NOTREACHED*/ + return 0; } /*