1
0
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:
Jacob Nevins
2005-03-02 15:53:50 +00:00
parent 2dfee45b91
commit 3fc33c4118
3 changed files with 4 additions and 4 deletions

View File

@ -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;