Skip to content

Commit

Permalink
Typo in DEBUG_GESTURES flag
Browse files Browse the repository at this point in the history
  • Loading branch information
schuhumi committed Mar 14, 2015
1 parent eb94a05 commit 2a78db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gestures.c
Expand Up @@ -85,7 +85,7 @@ static void trigger_button_click(struct Gestures* gs,
gs->button_delayed = button;
timercp(&gs->button_delayed_time, trigger_up_time);
timerclear(&gs->button_delayed_delta);
#ifdef DEBUG_GESTRUES
#ifdef DEBUG_GESTURES
xf86Msg(X_INFO, "trigger_button_click: %d placed in delayed mode\n");
#endif
}
Expand Down

0 comments on commit 2a78db3

Please sign in to comment.