summaryrefslogtreecommitdiff
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, 2 insertions, 1 deletions
diff --git a/apps/gui/gwps-common.c b/apps/gui/gwps-common.c
index 4eee5f7ba1..afc00a4519 100644
--- a/apps/gui/gwps-common.c
+++ b/apps/gui/gwps-common.c
@@ -986,9 +986,10 @@ void gui_wps_format(struct wps_data *data, const char *bmpdir,
986 wps_tag_found = true; 986 wps_tag_found = true;
987 } 987 }
988 if (*(buf+1) != 'x') 988 if (*(buf+1) != 'x')
989#endif
989 buf++; 990 buf++;
990 break; 991 break;
991#endif 992
992 case '\r': /* CR */ 993 case '\r': /* CR */
993 *buf = 0; 994 *buf = 0;
994 break; 995 break;