summaryrefslogtreecommitdiff
path: root/plugins/shellexec
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/shellexec')
-rw-r--r--plugins/shellexec/shellexec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/shellexec/shellexec.c b/plugins/shellexec/shellexec.c
index 99bb4715..0bd5d1d2 100644
--- a/plugins/shellexec/shellexec.c
+++ b/plugins/shellexec/shellexec.c
@@ -90,6 +90,7 @@ static int shx_exec_track_cmd (Shx_action_t *action, DB_playItem_t *it) {
strcat (cmd, "&");
trace ("%s\n", cmd);
res = system (cmd);
+ return 0;
}
static int