From 9605acd380c6cb2835905996cc04ffc7007f0db7 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Sat, 4 Jan 2014 22:32:48 +0100 Subject: added missing "return 0" in few places --- plugins/shellexec/shellexec.c | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/shellexec') 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 -- cgit v1.2.3