mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-12 08:43:53 -05:00
More confusing "(BYTE *) & val" style punctuation.
I blame GNU indent, although its confusion is understandable. [originally from svn r5432]
This commit is contained in:
@ -662,7 +662,7 @@ void load_key_file(HWND hwnd, struct MainDlgState *state,
|
||||
dlgret = DialogBoxParam(hinst,
|
||||
MAKEINTRESOURCE(210),
|
||||
NULL, PassphraseProc,
|
||||
(LPARAM) & pps);
|
||||
(LPARAM) &pps);
|
||||
if (!dlgret) {
|
||||
ret = -2;
|
||||
break;
|
||||
|
Reference in New Issue
Block a user