Service: Clean-up Interface
This commit is contained in:
@ -389,7 +389,7 @@ const Interface::FunctionInfo FunctionTable[] = {
|
||||
// Interface class
|
||||
|
||||
Interface::Interface() {
|
||||
Register(FunctionTable, ARRAY_SIZE(FunctionTable));
|
||||
Register(FunctionTable);
|
||||
|
||||
g_interrupt_event = 0;
|
||||
g_shared_memory = 0;
|
||||
|
Reference in New Issue
Block a user