@@ -160,11 +160,11 @@ * @return The environment of the application */ + (OFDictionary*)environment; /*! - * @brief Terminates the application. + * @brief Terminates the application with the EXIT_SUCCESS status. */ + (void)terminate OF_NO_RETURN; /*! * @brief Terminates the application with the specified status.