1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-04-09 23:28:06 -05:00

Add a missing space in an error message.

[originally from svn r1975]
This commit is contained in:
Simon Tatham 2002-09-24 18:44:29 +00:00
parent 4baee2a8e8
commit 8eae9c513a

View File

@ -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);