summaryrefslogtreecommitdiff
path: root/source/LCDriver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/LCDriver.cpp')
-rw-r--r--source/LCDriver.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/LCDriver.cpp b/source/LCDriver.cpp
index 9c7643b..0754e5e 100644
--- a/source/LCDriver.cpp
+++ b/source/LCDriver.cpp
@@ -259,7 +259,6 @@ LCDRIVER_API int __cdecl System_Deauthenticate(LCDContext Context, int iType)
VERIFY_CONTEXT_STARTED(Context);
return Context->m_pObject->Do_System_Deauthenticate(iType);
-
}
LCDRIVER_API int __cdecl System_GetControlKeys(LCDContext Context, TSIMLockKeys *pSIMLockKeys)