diff --git a/LEGO1/mxomni.cpp b/LEGO1/mxomni.cpp index 5eddf0ef..c74cdf53 100644 --- a/LEGO1/mxomni.cpp +++ b/LEGO1/mxomni.cpp @@ -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;