summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2019-08-05 22:05:32 -0400
committerSolomon Peachy <pizza@shaftnet.org>2019-08-06 04:47:20 +0200
commit2d70fdcd8c6f4fc30c06d07299d6b499389456b8 (patch)
treeaa16de91240b5568dd9395410873ea371f182e2e /apps/plugin.c
parent4c481d2b0e8443ff5ae2cbb62a3b3065c0c0106a (diff)
downloadrockbox-2d70fdcd8c6f4fc30c06d07299d6b499389456b8.tar.gz
rockbox-2d70fdcd8c6f4fc30c06d07299d6b499389456b8.zip
Improved reliability of runtime accounting and speaking it.
Change-Id: I6f0fb907e0378487cec387a2cfd3a20b9a596c4e
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