mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-31 21:50:48 +00:00
use void rather than VOID, because the logging init code isn't exclusively Win32, whoops
This commit is contained in:
parent
982d1db5d8
commit
d2fefb6b9a
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ static inline VOID MakeCodeWritable(VOID)
|
|||
#endif
|
||||
|
||||
#ifdef LOGMESSAGES
|
||||
static VOID InitLogging(VOID)
|
||||
static void InitLogging(void)
|
||||
{
|
||||
const char *logdir = NULL;
|
||||
time_t my_time;
|
||||
|
|
Loading…
Reference in a new issue