summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/gui/gwps-common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/gui/gwps-common.c b/apps/gui/gwps-common.c
index c8dc1562c3..08cc4c646f 100644
--- a/apps/gui/gwps-common.c
+++ b/apps/gui/gwps-common.c
@@ -1388,6 +1388,7 @@ static bool get_line(struct gui_wps *gwps,
1388 case WPS_TOKEN_CONDITIONAL: 1388 case WPS_TOKEN_CONDITIONAL:
1389 /* place ourselves in the right conditional case */ 1389 /* place ourselves in the right conditional case */
1390 i = evaluate_conditional(gwps, i); 1390 i = evaluate_conditional(gwps, i);
1391 update = true;
1391 break; 1392 break;
1392 1393
1393 case WPS_TOKEN_CONDITIONAL_OPTION: 1394 case WPS_TOKEN_CONDITIONAL_OPTION: