diff options
| author | Nils Wallménius <nils@rockbox.org> | 2011-12-05 19:23:46 +0000 |
|---|---|---|
| committer | Nils Wallménius <nils@rockbox.org> | 2011-12-05 19:23:46 +0000 |
| commit | a0377bd500bc3185f840a67b4ee82ddaf7eaa5ab (patch) | |
| tree | 857a878b0e8c34b87a339cc24f9ed99185a79447 /apps/filetypes.c | |
| parent | 906905aa43566c16913238a71ccc13d438af1702 (diff) | |
| download | rockbox-a0377bd500bc3185f840a67b4ee82ddaf7eaa5ab.zip rockbox-a0377bd500bc3185f840a67b4ee82ddaf7eaa5ab.tar.gz rockbox-a0377bd500bc3185f840a67b4ee82ddaf7eaa5ab.tar.bz2 rockbox-a0377bd500bc3185f840a67b4ee82ddaf7eaa5ab.tar.xz | |
Sprinkle around some static and const.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31153 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/filetypes.c')
| -rw-r--r-- | apps/filetypes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/filetypes.c b/apps/filetypes.c index 1f19d25..49196d4 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]; |