fixed wrong indentation

This commit is contained in:
2012-10-15 09:46:29 +00:00
parent b907296f4a
commit d9b42ca785
18 changed files with 34 additions and 37 deletions

View File

@ -23,7 +23,7 @@ static int test_main (int argc, qse_char_t* argv[])
int qse_main (int argc, qse_achar_t* argv[])
{
#if defined(_WIN32)
char locale[100];
char locale[100];
UINT codepage = GetConsoleOutputCP();
if (codepage == CP_UTF8)
{