Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fixed typo - thanks Sheena!
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Oct 30, 2011
1 parent 93c63d5 commit 0471255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL_log.h
Expand Up @@ -121,7 +121,7 @@ extern DECLSPEC void SDLCALL SDL_LogSetPriority(int category,
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);

Expand Down

0 comments on commit 0471255

Please sign in to comment.