Removed empty statements.

This commit is contained in:
Philipp Wiesemann 2014-04-05 23:50:09 +02:00
parent bbfa480b80
commit e68f76da43
3 changed files with 3 additions and 3 deletions

View file

@ -54,7 +54,7 @@ int main(int argc,char** argv)
int button_down;
Uint32 pixelFormat = 0;
int access = 0;
SDL_Rect texture_dimensions;;
SDL_Rect texture_dimensions;
/* Enable standard application logging */
SDL_LogSetPriority(SDL_LOG_CATEGORY_APPLICATION, SDL_LOG_PRIORITY_INFO);