summaryrefslogtreecommitdiff
path: root/apps/plugins/viewer.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/viewer.c')
-rw-r--r--apps/plugins/viewer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/plugins/viewer.c b/apps/plugins/viewer.c
index aadcd2f1db..b36d025b56 100644
--- a/apps/plugins/viewer.c
+++ b/apps/plugins/viewer.c
@@ -879,7 +879,6 @@ static void viewer_load_settings(void)
879 char line[1024]; 879 char line[1024];
880 880
881 settings_fd=rb->open(SETTINGS_FILE, O_RDONLY); 881 settings_fd=rb->open(SETTINGS_FILE, O_RDONLY);
882 rb->splash(HZ, true, "load %s %d", SETTINGS_FILE, settings_fd);
883 if (settings_fd < 0) return; 882 if (settings_fd < 0) return;
884 883
885 file_name_len = rb->strlen(file_name); 884 file_name_len = rb->strlen(file_name);