summaryrefslogtreecommitdiffstats
path: root/apps/gui/gwps-common.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/gwps-common.c')
-rw-r--r--apps/gui/gwps-common.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/gui/gwps-common.c b/apps/gui/gwps-common.c
index 74a1396e32..92d7ded740 100644
--- a/apps/gui/gwps-common.c
+++ b/apps/gui/gwps-common.c
@@ -1092,8 +1092,7 @@ void gui_wps_format(struct wps_data *data, const char *bmpdir,
pos++;
/* reposition buf pointer to next WPS element */
- while (*pos && *pos != ';' &&
- *pos != '\r' && *pos != '\n')
+ while (*pos && *pos != ';' && *pos != '\n')
pos++;
buf = pos;