1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 01:48:00 +00:00

nit: confusing punctuation

[originally from svn r5430]
This commit is contained in:
Jacob Nevins 2005-03-02 00:46:22 +00:00
parent 6be9bb74bb
commit 2dfee45b91

View File

@ -544,7 +544,7 @@ static void add_keyfile(Filename filename)
int dlgret;
original_pass = 1;
dlgret = DialogBoxParam(hinst, MAKEINTRESOURCE(210),
NULL, PassphraseProc, (LPARAM) & pps);
NULL, PassphraseProc, (LPARAM) &pps);
passphrase_box = NULL;
if (!dlgret) {
if (comment)