Rename Mocha_DeinitLibrary to Mocha_DeInitLibrary to be consistent across libs

This commit is contained in:
Maschell 2022-09-03 14:51:45 +02:00
parent 0ed7d33ee5
commit 890f7fa700
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -82,7 +82,7 @@ MochaUtilsStatus Mocha_InitLibrary() {
return MOCHA_RESULT_SUCCESS;
}
MochaUtilsStatus Mocha_DeinitLibrary() {
MochaUtilsStatus Mocha_DeInitLibrary() {
mochaInitDone = 0;
mochaApiVersion = 0;