diff options
Diffstat (limited to 'malloc/memusagestat.c')
-rw-r--r-- | malloc/memusagestat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/malloc/memusagestat.c b/malloc/memusagestat.c index 1da0ff0ce9..0b01a1d6b5 100644 --- a/malloc/memusagestat.c +++ b/malloc/memusagestat.c @@ -550,7 +550,7 @@ main (int argc, char *argv[]) gdImageDestroy (im_out); - exit (0); + return 0; } |