Eric Andersen 24 anos atrás
pai
commit
623b520a81
1 arquivos alterados com 1 adições e 1 exclusões
  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);