mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-06-18 06:41:06 +00:00
Add static keyword to global variable declarations
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
#define STAGE_CONTROL_STREAM_START 5
|
||||
#define STAGE_VIDEO_STREAM_START 6
|
||||
|
||||
int stage = STAGE_NONE;
|
||||
static int stage = STAGE_NONE;
|
||||
|
||||
void LiStopConnection(void) {
|
||||
if (stage == STAGE_VIDEO_STREAM_START) {
|
||||
|
||||
Reference in New Issue
Block a user