Skip to content

Commit

Permalink
Fixed unsupported doxygen tag in header file.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Apr 20, 2015
1 parent 69f6f64 commit 83c088a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL_main.h
Expand Up @@ -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);
Expand Down

0 comments on commit 83c088a

Please sign in to comment.