diff --git a/exml/test.cpp b/exml/test.cpp index 4adc90f..11e66c5 100644 --- a/exml/test.cpp +++ b/exml/test.cpp @@ -284,7 +284,7 @@ void init(void) int main(int argc, const char *argv[]) { debug::setGeneralLevel(etk::LOG_LEVEL_VERBOSE); - Init(); + init(); int32_t countError = 0; int32_t countSeparator = 0; int32_t sectionID = 0;