cosmetics.

This commit is contained in:
LoRd_MuldeR 2020-10-01 02:16:42 +02:00
parent b611703205
commit b263aba3c0

View File

@ -69,7 +69,6 @@ static const DWORD SPLASH_SCREEN_TIMEOUT = 30000U;
} \
while(0)
static wchar_t *vawprintf(const wchar_t *const fmt, va_list ap)
{
const int str_len = _vscwprintf(fmt, ap);