]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
nit: confusing punctuation
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Wed, 2 Mar 2005 00:46:22 +0000 (00:46 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Wed, 2 Mar 2005 00:46:22 +0000 (00:46 +0000)
[originally from svn r5430]

windows/winpgnt.c

index e128949c6adc7a91f4676ac658aa30cc84daefc8..1dc2c5d482f1665d5d239961981c56d40c48698f 100644 (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)