]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Add a missing space in an error message.
authorSimon Tatham <anakin@pobox.com>
Tue, 24 Sep 2002 18:44:29 +0000 (18:44 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 24 Sep 2002 18:44:29 +0000 (18:44 +0000)
[originally from svn r1975]

pageant.c

index d12e02b4481b54fe98d785a87ac394993e0d1d81..4cbc8aee4523e57bbf517bee96156f97869508ef 100644 (file)
--- a/pageant.c
+++ b/pageant.c
@@ -607,7 +607,7 @@ static void add_keyfile(char *filename)
            agent_query(request, reqlen, &vresponse, &resplen);
            response = vresponse;
            if (resplen < 5 || response[4] != SSH_AGENT_SUCCESS)
-               MessageBox(NULL, "The already running Pageant"
+               MessageBox(NULL, "The already running Pageant "
                           "refused to add the key.", APPNAME,
                           MB_OK | MB_ICONERROR);