Add missing semicolon, Windows build fix 1/2.

This commit is contained in:
Yamagi 2021-06-29 08:58:40 +02:00
parent 1c9a2d89d1
commit fb080fc32c
1 changed files with 1 additions and 1 deletions

View File

@ -609,7 +609,7 @@ Sys_Realpath(const char *in, char *out, size_t size)
}
WideCharToMultiByte(CP_UTF8, 0, wconverted, -1, out, size, NULL, NULL);
return true
return true;
}
/* ======================================================================= */