summaryrefslogtreecommitdiff
path: root/apps/gui
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui')
-rw-r--r--apps/gui/wps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/wps.c b/apps/gui/wps.c
index 88918e16d3..25c97fe613 100644
--- a/apps/gui/wps.c
+++ b/apps/gui/wps.c
@@ -592,7 +592,7 @@ static void play_hop(int direction)
592#endif 592#endif
593 return; 593 return;
594 } 594 }
595 else if ((direction == -1 && elapsed < step)) 595 else if (direction == -1 && elapsed < step)
596 { 596 {
597 elapsed = 0; 597 elapsed = 0;
598 } 598 }