From 83c088a04afede105bbd0e832cf1599f20a11095 Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Mon, 20 Apr 2015 20:03:26 +0200 Subject: [PATCH] Fixed unsupported doxygen tag in header file. --- include/SDL_main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL_main.h b/include/SDL_main.h index 347a44d028e14..bad365ffc50f8 100644 --- a/include/SDL_main.h +++ b/include/SDL_main.h @@ -143,7 +143,7 @@ extern DECLSPEC void SDLCALL SDL_UnregisterApp(void); * * \param mainFunction The SDL app's C-style main(). * \param reserved Reserved for future use; should be NULL - * \ret 0 on success, -1 on failure. On failure, use SDL_GetError to retrieve more + * \return 0 on success, -1 on failure. On failure, use SDL_GetError to retrieve more * information on the failure. */ extern DECLSPEC int SDLCALL SDL_WinRTRunApp(int (*mainFunction)(int, char **), void * reserved);