diff options
author | sin <sin@2f30.org> | 2014-09-29 20:14:16 +0100 |
---|---|---|
committer | sin <sin@2f30.org> | 2014-09-29 20:14:16 +0100 |
commit | e75b991923cd538608e4f81f8b8b489a6aa3a21c (patch) | |
tree | 7dda041192023c77411b0183400057725b8a66c3 | |
parent | 29cbcf9f19f26d6bd6090957f33ae84598c2fb5a (diff) |
Remember volatile
-rw-r--r-- | ratox.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -165,7 +165,7 @@ static Tox_Options toxopt; static uint8_t *passphrase; static uint32_t pplen; static uint8_t toilet[PIPE_BUF]; -static sig_atomic_t running = 1; +static volatile sig_atomic_t running = 1; static int ipv6; static int tcpflag; static int proxyflag; |