summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 0193dc605e..d1f0348cc3 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -1013,7 +1013,7 @@ static void plugin_tsr(bool (*exit_callback)(bool))
1013 pfn_tsr_exit = exit_callback; /* remember the callback for later */ 1013 pfn_tsr_exit = exit_callback; /* remember the callback for later */
1014} 1014}
1015 1015
1016int plugin_open(char *plugin, char *parameter) 1016int plugin_open(const char *plugin, const char *parameter)
1017{ 1017{
1018 open_plugin_add_path(ID2P(LANG_OPEN_PLUGIN), plugin, parameter); 1018 open_plugin_add_path(ID2P(LANG_OPEN_PLUGIN), plugin, parameter);
1019 return PLUGIN_GOTO_PLUGIN; 1019 return PLUGIN_GOTO_PLUGIN;