X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/e527cc48938cbd53591aa0ac9436069aca078c1f..e66c3912e1b12d8a95b818a316c70ec6b4383aef:/windows/winpgntc.c diff --git a/windows/winpgntc.c b/windows/winpgntc.c index f647eefa..3ab81e7b 100644 --- a/windows/winpgntc.c +++ b/windows/winpgntc.c @@ -128,7 +128,7 @@ int agent_query(void *in, int inlen, void **out, int *outlen, * query is required to be synchronous) or CreateThread failed. * Either way, we need a synchronous request. */ - id = SendMessage(hwnd, WM_COPYDATA, (WPARAM) NULL, (LPARAM) & cds); + id = SendMessage(hwnd, WM_COPYDATA, (WPARAM) NULL, (LPARAM) &cds); if (id > 0) { retlen = 4 + GET_32BIT(p); ret = snewn(retlen, unsigned char);