summaryrefslogtreecommitdiff
path: root/apps/gui/gwps.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/gwps.c')
-rw-r--r--apps/gui/gwps.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/gui/gwps.c b/apps/gui/gwps.c
index a43f2e41fd..900074a249 100644
--- a/apps/gui/gwps.c
+++ b/apps/gui/gwps.c
@@ -691,6 +691,7 @@ long gui_wps_show(void)
691# ifdef WPS_EXIT_PRE 691# ifdef WPS_EXIT_PRE
692 if (lastbutton != WPS_EXIT_PRE) 692 if (lastbutton != WPS_EXIT_PRE)
693 break; 693 break;
694 case WPS_EXIT_PRE:
694# endif 695# endif
695 if (global_settings.party_mode) 696 if (global_settings.party_mode)
696 break; 697 break;
@@ -700,6 +701,7 @@ long gui_wps_show(void)
700#ifdef WPS_RC_EXIT_PRE 701#ifdef WPS_RC_EXIT_PRE
701 if (lastbutton != WPS_RC_EXIT_PRE) 702 if (lastbutton != WPS_RC_EXIT_PRE)
702 break; 703 break;
704 case WPS_RC_EXIT_PRE:
703#endif 705#endif
704 if (global_settings.party_mode) 706 if (global_settings.party_mode)
705 break; 707 break;