fix typo in sol output when sending break

This commit is contained in:
Duncan Laurie 2006-04-27 18:08:30 +00:00
parent f7cfe44ce7
commit 9f86c0601a
2 changed files with 21 additions and 21 deletions

View File

@ -1208,7 +1208,7 @@ processSolUserInput(
continue;
case 'B':
printf("%cb [send break]\r\n",
printf("%cB [send break]\r\n",
intf->session->sol_escape_char);
sendBreak(intf);
continue;