diff options
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]; |