summaryrefslogtreecommitdiff
path: root/apps/gui/wps_parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/wps_parser.c')
-rw-r--r--apps/gui/wps_parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/wps_parser.c b/apps/gui/wps_parser.c
index c645728516..e8c3c9f629 100644
--- a/apps/gui/wps_parser.c
+++ b/apps/gui/wps_parser.c
@@ -393,7 +393,7 @@ static bool load_bitmap(struct wps_data *wps_data,
393 int ret = read_bmp_file(filename, bm, 393 int ret = read_bmp_file(filename, bm,
394 wps_data->img_buf_free, 394 wps_data->img_buf_free,
395 format); 395 format);
396 DEBUGF("Read %s, ret=%d\n",filename,ret); 396
397 if (ret > 0) 397 if (ret > 0)
398 { 398 {
399#if LCD_DEPTH == 16 399#if LCD_DEPTH == 16