summaryrefslogtreecommitdiff
path: root/src/core/hle/service/srv.cpp
diff options
context:
space:
mode:
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 c50aebf15..b140e9fe3 100644
--- a/src/core/hle/service/srv.cpp
+++ b/src/core/hle/service/srv.cpp
@@ -63,7 +63,7 @@ const Interface::FunctionInfo FunctionTable[] = {
63// Interface class 63// Interface class
64 64
65Interface::Interface() { 65Interface::Interface() {
66 Register(FunctionTable, ARRAY_SIZE(FunctionTable)); 66 Register(FunctionTable);
67} 67}
68 68
69} // namespace 69} // namespace