mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-04 14:12:41 +00:00
use void rather than VOID, because the logging init code isn't exclusively Win32, whoops
This commit is contained in:
parent
b493010b5e
commit
0dd462c17c
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…
Add table
Reference in a new issue