summaryrefslogtreecommitdiffstats
path: root/src/SocketWriter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/SocketWriter.cpp')
-rw-r--r--src/SocketWriter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SocketWriter.cpp b/src/SocketWriter.cpp
index f3ab671d..dcba5799 100644
--- a/src/SocketWriter.cpp
+++ b/src/SocketWriter.cpp
@@ -50,7 +50,7 @@ SocketWriter::bundle_end()
{
TurtleWriter::bundle_end();
- // Send a NULL byte to indicate end of bundle
+ // Send a null byte to indicate end of bundle
const char end[] = { 0 };
send(_socket->fd(), end, 1, MSG_NOSIGNAL);
}