From 867d08b15849be293959b8d0b6c0d133812d90ec Mon Sep 17 00:00:00 2001 From: Tom Early Date: Mon, 11 Feb 2019 16:21:00 -0700 Subject: [PATCH] remove typo --- QnetITAP.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QnetITAP.cpp b/QnetITAP.cpp index 4eeb077..76264bb 100644 --- a/QnetITAP.cpp +++ b/QnetITAP.cpp @@ -332,7 +332,7 @@ int CQnetITAP::SendTo(const unsigned char *buf) } n = 0; // send an ending 0xffu - while (0 == n) {it + while (0 == n) { const unsigned char push = 0xffu; n = write(serfd, &push, 1); if (n < 0) {