summaryrefslogtreecommitdiff
path: root/apps/filetree.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/filetree.c')
-rw-r--r--apps/filetree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/filetree.c b/apps/filetree.c
index 0a2c855375..708c135be7 100644
--- a/apps/filetree.c
+++ b/apps/filetree.c
@@ -388,7 +388,7 @@ int ft_enter(struct tree_context* c)
388 MAX_FILENAME); 388 MAX_FILENAME);
389 break; 389 break;
390 390
391#ifdef HAVE_REMOTE_LCD 391#if defined(HAVE_REMOTE_LCD) && (NB_SCREENS > 1)
392 /* remote-wps config file */ 392 /* remote-wps config file */
393 case TREE_ATTR_RWPS: 393 case TREE_ATTR_RWPS:
394 wps_data_load(gui_wps[1].data, buf, true, true); 394 wps_data_load(gui_wps[1].data, buf, true, true);