X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/971bcc0afc69f7e754285167e88885c8893d0229..cbe2d68fd7c7c7bac692b3a2d200a5d2429ab201:/windlg.c diff --git a/windlg.c b/windlg.c index a045dafa..c9f96fec 100644 --- a/windlg.c +++ b/windlg.c @@ -659,7 +659,7 @@ int do_reconfig(HWND hwnd) return ret; } -void logevent(void *frontend, char *string) +void logevent(void *frontend, const char *string) { char timebuf[40]; time_t t;