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, 2 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 3c957b40c8..1506554790 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -1008,6 +1008,8 @@ int plugin_load(const char* plugin, const void* parameter)
1008 1008
1009 plugin_check_open_close__exit(); 1009 plugin_check_open_close__exit();
1010 1010
1011 status_save();
1012
1011 if (rc == PLUGIN_ERROR) 1013 if (rc == PLUGIN_ERROR)
1012 splash(HZ*2, str(LANG_PLUGIN_ERROR)); 1014 splash(HZ*2, str(LANG_PLUGIN_ERROR));
1013 1015