fix typo in log
This commit is contained in:
parent
fbcc9ff4be
commit
8bdbd1074f
|
@ -55,7 +55,7 @@ int logE(const char* format, ...) {
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
printf("[ERROR] ");
|
printf("[ERROR] ");
|
||||||
#else
|
#else
|
||||||
printf("\x0b[1;31m[ERROR]\x1b[m ");
|
printf("\x1b[1;31m[ERROR]\x1b[m ");
|
||||||
#endif
|
#endif
|
||||||
va_start(va,format);
|
va_start(va,format);
|
||||||
ret=vprintf(format,va);
|
ret=vprintf(format,va);
|
||||||
|
|
Loading…
Reference in a new issue