From 6a652e96c9b07919882a82d6f11f7d331f7414d6 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Wed, 9 Oct 2013 21:17:03 +0200 Subject: [PATCH] [DEBUG] test software --- exml/test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;