Commit 3687789f authored by AJ Lewis's avatar AJ Lewis

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: 's avatarAJ Lewis <aj.lewis@quantum.com>
parent 98ef5603
......@@ -122,4 +122,5 @@ int main (int argc, char *argv [])
assert (events & ZMQ_EVENT_CLOSED);
return 0 ;
}
\ No newline at end of file
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment