nit: confusing punctuation
authorjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Wed, 2 Mar 2005 00:46:22 +0000 (00:46 +0000)
committerjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Wed, 2 Mar 2005 00:46:22 +0000 (00:46 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@5430 cda61777-01e9-0310-a592-d414129be87e

windows/winpgnt.c

index e128949..1dc2c5d 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)