summaryrefslogtreecommitdiffstats
path: root/tools/build/src/packhex.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/build/src/packhex.c')
-rw-r--r--tools/build/src/packhex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build/src/packhex.c b/tools/build/src/packhex.c
index aa92761a91..9d19ce39e1 100644
--- a/tools/build/src/packhex.c
+++ b/tools/build/src/packhex.c
@@ -478,7 +478,7 @@ int main(
} while ( gets( inbuff ) != NULL );
- exit( EXIT_SUCCESS );
+ return ( EXIT_SUCCESS );
}