X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/6da411554bfe4c2a8ddfbb0616b0030ea5e813f5..2ac3322ef9bc032ad942753a56696764aa0b0f74:/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);