diff --git a/os/log.c b/os/log.c index 9ee32c93d..671a01bb6 100644 --- a/os/log.c +++ b/os/log.c @@ -371,7 +371,7 @@ LogVMessageVerb(MessageType type, int verb, const char *format, va_list args) { const char *type_str; char tmpFormat[1024]; - char *new_format; + const char *new_format; type_str = LogMessageTypeVerbString(type, verb); if (!type_str)