summaryrefslogtreecommitdiff
path: root/apps/plugins/shortcuts/shortcuts_append.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/shortcuts/shortcuts_append.c')
-rw-r--r--apps/plugins/shortcuts/shortcuts_append.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/shortcuts/shortcuts_append.c b/apps/plugins/shortcuts/shortcuts_append.c
index 3eea87e46e..0c4534a6b9 100644
--- a/apps/plugins/shortcuts/shortcuts_append.c
+++ b/apps/plugins/shortcuts/shortcuts_append.c
@@ -25,7 +25,7 @@
25 25
26 26
27 27
28bool append_entry_to_file(sc_file_t *file, char *path, bool is_dir) 28static bool append_entry_to_file(sc_file_t *file, char *path, bool is_dir)
29{ 29{
30 sc_entry_t entry; 30 sc_entry_t entry;
31 31