mirror of
https://github.com/wiiu-env/libmocha.git
synced 2026-09-04 00:14:32 -05:00
Rename Mocha_DeinitLibrary to Mocha_DeInitLibrary to be consistent across libs
This commit is contained in:
@@ -82,7 +82,7 @@ MochaUtilsStatus Mocha_InitLibrary() {
|
||||
return MOCHA_RESULT_SUCCESS;
|
||||
}
|
||||
|
||||
MochaUtilsStatus Mocha_DeinitLibrary() {
|
||||
MochaUtilsStatus Mocha_DeInitLibrary() {
|
||||
mochaInitDone = 0;
|
||||
mochaApiVersion = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user