mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 21:39:57 +00:00
Fix doubled variable declaration
This commit is contained in:
parent
5e29b2ba66
commit
cb1e33fa8c
1 changed files with 0 additions and 1 deletions
|
|
@ -39,7 +39,6 @@ static volatile int message_len = 0;
|
|||
|
||||
#ifdef LINUX
|
||||
#define PIPE_PATH "/tmp/oneshot-pipe"
|
||||
static volatile int message_len = 0;
|
||||
static volatile int out_pipe = -1;
|
||||
void cleanup_pipe()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue