From 6099acd2bebf92c3f3e5cb67c6c500c7522e911e Mon Sep 17 00:00:00 2001 From: Tom Whittock Date: Wed, 9 Jul 2014 22:45:03 +0100 Subject: [PATCH] Ensure EOL is present at end of utils file. MacOS/Clang complain due to presence of -Wnewline-eof in CZMQ. --- include/zmq_utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/zmq_utils.h b/include/zmq_utils.h index 6571212c..61c70497 100644 --- a/include/zmq_utils.h +++ b/include/zmq_utils.h @@ -17,4 +17,4 @@ along with this program. If not, see . */ -/* This file is deprecated, and all its functionality provided by zmq.h */ \ No newline at end of file +/* This file is deprecated, and all its functionality provided by zmq.h */