aboutsummaryrefslogtreecommitdiffstats
path: root/src/decode.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/decode.c')
-rw-r--r--src/decode.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/decode.c b/src/decode.c
index a849b738d..ae5e2fcb4 100644
--- a/src/decode.c
+++ b/src/decode.c
@@ -70,7 +70,7 @@ void decodeSigHandler(int sig) {
int pid = *decode_pid;
if(pid>0) kill(pid,SIGTERM);
}
- exit(0);
+ exit(EXIT_SUCCESS);
}
}
@@ -275,7 +275,7 @@ int decoderInit(PlayerControl * pc, Buffer * cb, AudioFormat *af,
else my_usleep(10000);
}
- exit(0);
+ exit(EXIT_SUCCESS);
/* END OF CHILD */
}
else if(pid<0) {