aboutsummaryrefslogtreecommitdiffstats
path: root/src/decode.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/decode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decode.c b/src/decode.c
index 4b50192b4..75872c431 100644
--- a/src/decode.c
+++ b/src/decode.c
@@ -52,7 +52,7 @@
#include <unistd.h>
#include <string.h>
-int volatile * decode_pid = NULL;
+volatile int * volatile decode_pid = NULL;
void decodeSigHandler(int sig) {
if(sig==SIGCHLD) {