remove typo

pull/12/head
Tom Early 7 years ago
parent 92a384b72f
commit 867d08b158

@ -332,7 +332,7 @@ int CQnetITAP::SendTo(const unsigned char *buf)
} }
n = 0; // send an ending 0xffu n = 0; // send an ending 0xffu
while (0 == n) {it while (0 == n) {
const unsigned char push = 0xffu; const unsigned char push = 0xffu;
n = write(serfd, &push, 1); n = write(serfd, &push, 1);
if (n < 0) { if (n < 0) {

Loading…
Cancel
Save

Powered by TurnKey Linux.