mirror of
https://github.com/wiiu-env/libmocha.git
synced 2024-11-08 21:15:06 +01:00
Rename Mocha_DeinitLibrary to Mocha_DeInitLibrary to be consistent across libs
This commit is contained in:
parent
0ed7d33ee5
commit
890f7fa700
@ -37,7 +37,7 @@ MochaUtilsStatus Mocha_InitLibrary();
|
||||
* Deinitializes the mocha lib
|
||||
* @return
|
||||
*/
|
||||
MochaUtilsStatus Mocha_DeinitLibrary();
|
||||
MochaUtilsStatus Mocha_DeInitLibrary();
|
||||
|
||||
/**
|
||||
* Retrieves the API Version of the running mocha.
|
||||
|
@ -82,7 +82,7 @@ MochaUtilsStatus Mocha_InitLibrary() {
|
||||
return MOCHA_RESULT_SUCCESS;
|
||||
}
|
||||
|
||||
MochaUtilsStatus Mocha_DeinitLibrary() {
|
||||
MochaUtilsStatus Mocha_DeInitLibrary() {
|
||||
mochaInitDone = 0;
|
||||
mochaApiVersion = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user