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 88918e1..25c97fe 100644
--- a/apps/gui/wps.c
+++ b/apps/gui/wps.c
@@ -592,7 +592,7 @@ static void play_hop(int direction)
#endif
return;
}
- else if ((direction == -1 && elapsed < step))
+ else if (direction == -1 && elapsed < step)
{
elapsed = 0;
}