From 047125565a2da5bac29c34364c0772cc07aa528d Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sun, 30 Oct 2011 17:31:59 -0400 Subject: [PATCH] Fixed typo - thanks Sheena! --- include/SDL_log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL_log.h b/include/SDL_log.h index b48e246fa..cd7358418 100644 --- a/include/SDL_log.h +++ b/include/SDL_log.h @@ -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);