summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/dlp/dlp_clnt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/dlp/dlp_clnt.cpp')
-rw-r--r--src/core/hle/service/dlp/dlp_clnt.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/hle/service/dlp/dlp_clnt.cpp b/src/core/hle/service/dlp/dlp_clnt.cpp
index 0b31d47df..56f934b3f 100644
--- a/src/core/hle/service/dlp/dlp_clnt.cpp
+++ b/src/core/hle/service/dlp/dlp_clnt.cpp
@@ -8,8 +8,7 @@ namespace Service {
namespace DLP {
const Interface::FunctionInfo FunctionTable[] = {
- {0x000100C3, nullptr, "Initialize"},
- {0x00110000, nullptr, "GetWirelessRebootPassphrase"},
+ {0x000100C3, nullptr, "Initialize"}, {0x00110000, nullptr, "GetWirelessRebootPassphrase"},
};
DLP_CLNT_Interface::DLP_CLNT_Interface() {