Update mxomni.cpp

This commit is contained in:
Misha 2023-12-16 11:36:41 -05:00
parent 0d7d4bf7cc
commit a0925b364a
No known key found for this signature in database
GPG Key ID: 8441D12AEF33FED8

View File

@ -353,9 +353,8 @@ MxResult MxOmni::CreatePresenter(MxStreamController* p_controller, MxDSAction& p
&MxStartActionNotificationParam(c_notificationStartAction, this, &p_action, FALSE)
);
}
result = SUCCESS;
}
result = SUCCESS;
}
}
return result;