From 2936b425fd89f68302a0cb6094c8370795668872 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 23 Jan 1998 17:45:05 +0000 Subject: Solaris port updates from Chris Johns --- tools/build/packhex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/build/packhex.c') diff --git a/tools/build/packhex.c b/tools/build/packhex.c index aa92761a91..9d19ce39e1 100644 --- a/tools/build/packhex.c +++ b/tools/build/packhex.c @@ -478,7 +478,7 @@ int main( } while ( gets( inbuff ) != NULL ); - exit( EXIT_SUCCESS ); + return ( EXIT_SUCCESS ); } -- cgit v1.2.3