Eric Andersen 24 years ago
parent
commit
623b520a81
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libc/stdlib/atexit.c

+ 1 - 1
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);