X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/125105d16c788398562ac03e91ce7a0dc0292492..cbe2d68fd7c7c7bac692b3a2d200a5d2429ab201:/unix/uxcons.c?ds=sidebyside diff --git a/unix/uxcons.c b/unix/uxcons.c index 48770897..80ed246e 100644 --- a/unix/uxcons.c +++ b/unix/uxcons.c @@ -258,7 +258,7 @@ void old_keyfile_warning(void) fputs(message, stderr); } -void logevent(void *frontend, char *string) +void logevent(void *frontend, const char *string) { log_eventlog(logctx, string); }