@@ -38,11 +38,11 @@ #endif static OFApplication *app = nil; static void -atexit_handler() +atexit_handler(void) { id delegate = [app delegate]; [delegate applicationWillTerminate]; }