aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service/ac_u.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/ac_u.cpp')
-rw-r--r--src/core/hle/service/ac_u.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/ac_u.cpp b/src/core/hle/service/ac_u.cpp
index 50644816..f8aab6bc 100644
--- a/src/core/hle/service/ac_u.cpp
+++ b/src/core/hle/service/ac_u.cpp
@@ -17,7 +17,7 @@ namespace AC_U {
* 1 : Result of function, 0 on success, otherwise error code
* 2 : Output connection type, 0 = none, 1 = Old3DS Internet, 2 = New3DS Internet.
*/
-void GetWifiStatus(Service::Interface* self) {
+static void GetWifiStatus(Service::Interface* self) {
u32* cmd_buff = Kernel::GetCommandBuffer();
// TODO(purpasmart96): This function is only a stub,