From 3ea64625f3559bd04f5e41ca93d4a5828affb357 Mon Sep 17 00:00:00 2001 From: "nethack.allison" Date: Mon, 2 Sep 2002 14:39:24 +0000 Subject: [PATCH] get rid of uudecode compile warning on Borland --- sys/share/uudecode.c | 2 ++ 1 file changed, 2 insertions(+) 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; } /*