1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-12-22 03:05:11 -06:00

Add static to some variables

This commit is contained in:
Lioncash
2014-11-18 08:48:11 -05:00
parent 745b0219c5
commit 7cbecde2ca
5 changed files with 69 additions and 69 deletions

View File

@@ -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");