summaryrefslogtreecommitdiffstats
path: root/src/SocketWriter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/SocketWriter.cpp')
-rw-r--r--src/SocketWriter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/SocketWriter.cpp b/src/SocketWriter.cpp
index 68091bcc..f3ab671d 100644
--- a/src/SocketWriter.cpp
+++ b/src/SocketWriter.cpp
@@ -25,7 +25,7 @@
# define MSG_NOSIGNAL 0
#endif
-namespace Ingen {
+namespace ingen {
SocketWriter::SocketWriter(URIMap& map,
URIs& uris,
@@ -55,4 +55,4 @@ SocketWriter::bundle_end()
send(_socket->fd(), end, 1, MSG_NOSIGNAL);
}
-} // namespace Ingen
+} // namespace ingen