From 35a36b18857a4ffe496fdab5ec48ff97a88c6737 Mon Sep 17 00:00:00 2001 From: fincs Date: Wed, 19 Aug 2015 13:29:24 +0200 Subject: [PATCH] Revert g_srv_handle change because srvGetSessionHandle() already existed --- libctru/source/srv.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libctru/source/srv.c b/libctru/source/srv.c index ca404dd..2243717 100644 --- a/libctru/source/srv.c +++ b/libctru/source/srv.c @@ -30,8 +30,7 @@ typedef struct { extern service_list_t* __service_ptr; -// not static so that apps can actually access it if need be -Handle g_srv_handle = 0; +static Handle g_srv_handle = 0; static int __name_cmp(const char* a, const char* b) {