From: simon Date: Tue, 24 Sep 2002 18:44:29 +0000 (+0000) Subject: Add a missing space in an error message. X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/commitdiff_plain/cc93d5e68c993aeba519c6a7e5873f498ff39b02 Add a missing space in an error message. git-svn-id: svn://svn.tartarus.org/sgt/putty@1975 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/pageant.c b/pageant.c index d12e02b4..4cbc8aee 100644 --- 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);