fixed wrong indentation
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user