use void rather than VOID, because the logging init code isn't exclusively Win32, whoops

This commit is contained in:
Monster Iestyn 2020-06-06 20:49:12 +01:00
parent 982d1db5d8
commit d2fefb6b9a
1 changed files with 1 additions and 1 deletions

View File

@ -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;