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 1faf4c987e..460ab9e453 100644
--- a/apps/filetree.c
+++ b/apps/filetree.c
@@ -597,7 +597,7 @@ int ft_enter(struct tree_context* c)
597 break; 597 break;
598#endif 598#endif
599 599
600#ifndef SIMULATOR 600#if (CONFIG_PLATFORM & PLATFORM_NATIVE)
601 /* firmware file */ 601 /* firmware file */
602 case FILE_ATTR_MOD: 602 case FILE_ATTR_MOD:
603 splash(0, ID2P(LANG_WAIT)); 603 splash(0, ID2P(LANG_WAIT));