1
0
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:
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; 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)