From 6244d73850074631ceaaccdf7f755970323f8de2 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 29 Sep 2018 12:34:41 +0200 Subject: Use nullptr --- src/AtomWriter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/AtomWriter.cpp') diff --git a/src/AtomWriter.cpp b/src/AtomWriter.cpp index c83c5c5a..9c7da98e 100644 --- a/src/AtomWriter.cpp +++ b/src/AtomWriter.cpp @@ -24,7 +24,7 @@ * * 1. When Ingen is running as a process, a socket accepts messages in * (textual) Turtle syntax, and responds in the same syntax. Transfers are - * delimited by NULL characters in the stream, so the client knows when to + * delimited by null characters in the stream, so the client knows when to * finish parsing to interpret responses. By default, Ingen listens on * unix:///tmp/ingen.sock and tcp://localhost:16180 * -- cgit v1.2.1