From a0377bd500bc3185f840a67b4ee82ddaf7eaa5ab Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Mon, 5 Dec 2011 19:23:46 +0000 Subject: Sprinkle around some static and const. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31153 a1c6a512-1295-4272-9138-f99709370657 --- apps/filetypes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/filetypes.c') diff --git a/apps/filetypes.c b/apps/filetypes.c index 1f19d25e5a..49196d40ed 100644 --- a/apps/filetypes.c +++ b/apps/filetypes.c @@ -573,7 +573,7 @@ int filetype_list_viewers(const char* current_file) return simplelist_show_list(&info); } -int filetype_load_plugin(const char* plugin, char* file) +int filetype_load_plugin(const char* plugin, const char* file) { int i; char plugin_name[MAX_PATH]; -- cgit v1.2.3