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