VERIFY macro removed

This commit is contained in:
Nekotekina 2016-08-15 03:11:49 +03:00
parent cc46f2d7e6
commit 05fb57baff
36 changed files with 108 additions and 145 deletions

View file

@ -249,8 +249,7 @@ s32 cellMsgDialogAbort()
return CELL_SYSUTIL_ERROR_BUSY;
}
VERIFY(fxm::remove<MsgDialogBase>());
verify(HERE), fxm::remove<MsgDialogBase>();
return CELL_OK;
}