mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-04-08 16:56:21 +00:00
Fix a print during connection cleanup
This commit is contained in:
@@ -60,6 +60,7 @@ void LiStopConnection(void) {
|
||||
Limelog("Cleaning up platform...");
|
||||
cleanupPlatformSockets();
|
||||
stage--;
|
||||
Limelog("done\n");
|
||||
}
|
||||
LC_ASSERT(stage == STAGE_NONE);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user