# HG changeset patch # User Sam Lantinga # Date 1297835851 28800 # Node ID d4074e52e739927e3e3f0ab7cfe9581be6f90df1 # Parent b1b9ec9874bae9363df415f3466f71297f716781 Fixed gcc -pedantic warning diff -r b1b9ec9874ba -r d4074e52e739 include/SDL_log.h --- a/include/SDL_log.h Tue Feb 15 17:23:02 2011 -0800 +++ b/include/SDL_log.h Tue Feb 15 21:57:31 2011 -0800 @@ -92,7 +92,7 @@ ... }; */ - SDL_LOG_CATEGORY_CUSTOM, + SDL_LOG_CATEGORY_CUSTOM }; /**