mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Sprinkle around some static and const.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31153 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
906905aa43
commit
a0377bd500
5 changed files with 17 additions and 15 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue