diff options
Diffstat (limited to 'src/core/hle/service/srv.cpp')
| -rw-r--r-- | src/core/hle/service/srv.cpp | 2 |
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 | ||
| 65 | Interface::Interface() { | 65 | Interface::Interface() { |
| 66 | Register(FunctionTable, ARRAY_SIZE(FunctionTable)); | 66 | Register(FunctionTable); |
| 67 | } | 67 | } |
| 68 | 68 | ||
| 69 | } // namespace | 69 | } // namespace |