summaryrefslogtreecommitdiff
path: root/libc/stdlib/atexit.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-02-18 09:05:01 +0000
committerEric Andersen <andersen@codepoet.org>2002-02-18 09:05:01 +0000
commit623b520a8115c6a2bd1af9c13c9e1ace924cf7e6 (patch)
treedcc87de85887cb8c26470d2cf1a66ae1d8a16a19 /libc/stdlib/atexit.c
parent5ce7dc9543896883a3e30a1e6676c9f4c215f382 (diff)
Doh!
Diffstat (limited to 'libc/stdlib/atexit.c')
-rw-r--r--libc/stdlib/atexit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdlib/atexit.c b/libc/stdlib/atexit.c
index af739d52b..6c55e60ea 100644
--- a/libc/stdlib/atexit.c
+++ b/libc/stdlib/atexit.c
@@ -159,7 +159,7 @@ void exit(int rv)
}
/* Clean up everything else */
- if (__uClibc_cleanup) {
+ if (__uClibc_cleanup)
__uClibc_cleanup();
_exit(rv);