mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +00:00
Add missing semicolon, Windows build fix 1/2.
This commit is contained in:
parent
1c9a2d89d1
commit
fb080fc32c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
/* ======================================================================= */
|
||||
|
|
Loading…
Reference in a new issue