From 3687789f9d4cea0e23f462022248463d5050cc98 Mon Sep 17 00:00:00 2001 From: AJ Lewis Date: Tue, 5 Jun 2012 09:22:22 -0500 Subject: [PATCH] Fix build on RHEL5 and SLES10 GCC 4.1.2 on RHEL5 and SLES10 don't like not having a newline at the end of a source file, and error out if it's missing. Signed-off-by: AJ Lewis --- tests/test_monitor.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_monitor.cpp b/tests/test_monitor.cpp index 394d6a5d..4c6cc1c7 100644 --- a/tests/test_monitor.cpp +++ b/tests/test_monitor.cpp @@ -122,4 +122,5 @@ int main (int argc, char *argv []) assert (events & ZMQ_EVENT_CLOSED); return 0 ; -} \ No newline at end of file +} +