From fe67a87885816448e78a99ef0cbe8fd331c3b103 Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Sat, 15 Oct 2011 20:38:08 +0000 Subject: plugins: another round of making local functions static git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30758 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/shortcuts/shortcuts_append.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/shortcuts') 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 @@ -bool append_entry_to_file(sc_file_t *file, char *path, bool is_dir) +static bool append_entry_to_file(sc_file_t *file, char *path, bool is_dir) { sc_entry_t entry; -- cgit v1.2.3