mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 09:58:01 +00:00
nit: confusing punctuation
[originally from svn r5430]
This commit is contained in:
parent
6be9bb74bb
commit
2dfee45b91
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user