summaryrefslogtreecommitdiff
path: root/apps/plugins/shortcuts
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/shortcuts')
-rw-r--r--apps/plugins/shortcuts/shortcuts_append.c2
-rw-r--r--apps/plugins/shortcuts/shortcuts_view.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/shortcuts/shortcuts_append.c b/apps/plugins/shortcuts/shortcuts_append.c
index 3eea87e46e..69b2a445f3 100644
--- a/apps/plugins/shortcuts/shortcuts_append.c
+++ b/apps/plugins/shortcuts/shortcuts_append.c
@@ -22,7 +22,7 @@
22 22
23#include "shortcuts.h" 23#include "shortcuts.h"
24 24
25 25PLUGIN_HEADER
26 26
27 27
28bool append_entry_to_file(sc_file_t *file, char *path, bool is_dir) 28bool append_entry_to_file(sc_file_t *file, char *path, bool is_dir)
diff --git a/apps/plugins/shortcuts/shortcuts_view.c b/apps/plugins/shortcuts/shortcuts_view.c
index 469241fd84..a63e26d7c6 100644
--- a/apps/plugins/shortcuts/shortcuts_view.c
+++ b/apps/plugins/shortcuts/shortcuts_view.c
@@ -22,7 +22,7 @@
22 22
23#include "shortcuts.h" 23#include "shortcuts.h"
24 24
25 25PLUGIN_HEADER
26 26
27enum sc_list_action_type 27enum sc_list_action_type
28{ 28{