mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-03-26 11:29:33 -04:00
Add static to some variables
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
namespace SRV {
|
||||
|
||||
Handle g_event_handle = 0;
|
||||
static Handle g_event_handle = 0;
|
||||
|
||||
static void Initialize(Service::Interface* self) {
|
||||
DEBUG_LOG(OSHLE, "called");
|
||||
|
||||
Reference in New Issue
Block a user