Commit efc259dc authored by Sam Lantinga's avatar Sam Lantinga

Fixed typo - thanks Sheena!

parent 98f2e298
...@@ -121,7 +121,7 @@ extern DECLSPEC void SDLCALL SDL_LogSetPriority(int category, ...@@ -121,7 +121,7 @@ extern DECLSPEC void SDLCALL SDL_LogSetPriority(int category,
SDL_LogPriority priority); SDL_LogPriority priority);
/** /**
* \brief Set the priority of a particular log category * \brief Get the priority of a particular log category
*/ */
extern DECLSPEC SDL_LogPriority SDLCALL SDL_LogGetPriority(int category); extern DECLSPEC SDL_LogPriority SDLCALL SDL_LogGetPriority(int category);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment