summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/random_folder_advance_config.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugins/random_folder_advance_config.c b/apps/plugins/random_folder_advance_config.c
index 388d17de2f..902d4b687b 100644
--- a/apps/plugins/random_folder_advance_config.c
+++ b/apps/plugins/random_folder_advance_config.c
@@ -315,11 +315,9 @@ void edit_list(void)
315 switch (button) 315 switch (button)
316 { 316 {
317 case ACTION_STD_OK: 317 case ACTION_STD_OK:
318 {
319 list->folder[selection][0] = ' '; 318 list->folder[selection][0] = ' ';
320 list->folder[selection][1] = '\0'; 319 list->folder[selection][1] = '\0';
321 break; 320 break;
322 }
323 case ACTION_STD_CONTEXT: 321 case ACTION_STD_CONTEXT:
324 { 322 {
325 int m, len; 323 int m, len;