mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-22 14:39:24 -05: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;
|
int dlgret;
|
||||||
original_pass = 1;
|
original_pass = 1;
|
||||||
dlgret = DialogBoxParam(hinst, MAKEINTRESOURCE(210),
|
dlgret = DialogBoxParam(hinst, MAKEINTRESOURCE(210),
|
||||||
NULL, PassphraseProc, (LPARAM) & pps);
|
NULL, PassphraseProc, (LPARAM) &pps);
|
||||||
passphrase_box = NULL;
|
passphrase_box = NULL;
|
||||||
if (!dlgret) {
|
if (!dlgret) {
|
||||||
if (comment)
|
if (comment)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user