aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service/srv.cpp
diff options
context:
space:
mode:
authorGravatar Lioncash <mathew1800@gmail.com>2014-11-18 08:48:11 -0500
committerGravatar Lioncash <mathew1800@gmail.com>2014-11-18 20:04:00 -0500
commit7cbecde2ca1b0ea3faf4caf384b6512cb9849162 (patch)
tree9ab722431792e984297aa71a10a0359e9aab80e4 /src/core/hle/service/srv.cpp
parent745b0219c5dae25d65f18ef13fd5dfd9ca23b671 (diff)
Add static to some variables
Diffstat (limited to 'src/core/hle/service/srv.cpp')
-rw-r--r--src/core/hle/service/srv.cpp2
1 files changed, 1 insertions, 1 deletions
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");