diff options
Diffstat (limited to 'src/decode.c')
-rw-r--r-- | src/decode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decode.c b/src/decode.c index 5cb5cfa20..4b50192b4 100644 --- a/src/decode.c +++ b/src/decode.c @@ -52,7 +52,7 @@ #include <unistd.h> #include <string.h> -int * decode_pid = NULL; +int volatile * decode_pid = NULL; void decodeSigHandler(int sig) { if(sig==SIGCHLD) { |