Skip to content

Commit

Permalink
Move stray curly bracket to right place
Browse files Browse the repository at this point in the history
  • Loading branch information
aginor committed Feb 28, 2016
1 parent bdac437 commit 6978296
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/events.cpp
Expand Up @@ -509,6 +509,7 @@ void pump()
last_click_y = event.button.y;
}
break;
}
case DRAW_ALL_EVENT:
{
/* iterate backwards as the most recent things will be at the top */
Expand All @@ -521,9 +522,6 @@ void pump()
continue; //do not do further handling here
}


}

#ifndef __APPLE__
case SDL_KEYDOWN: {
if(event.key.keysym.sym == SDLK_F4 && (event.key.keysym.mod == KMOD_RALT || event.key.keysym.mod == KMOD_LALT)) {
Expand Down

0 comments on commit 6978296

Please sign in to comment.