From 7cbecde2ca1b0ea3faf4caf384b6512cb9849162 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Tue, 18 Nov 2014 08:48:11 -0500 Subject: Add static to some variables --- src/core/hle/service/srv.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/hle/service/srv.cpp') diff --git a/src/core/hle/service/srv.cpp b/src/core/hle/service/srv.cpp index 420f53f8..df38bd93 100644 --- a/src/core/hle/service/srv.cpp +++ b/src/core/hle/service/srv.cpp @@ -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"); -- cgit v1.2.3