Add static to some variables
This commit is contained in:
parent
745b0219c5
commit
7cbecde2ca
5 changed files with 69 additions and 69 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue