mirror of
https://github.com/zeromq/libzmq.git
synced 2025-06-01 21:03:42 +02:00
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 <aj.lewis@quantum.com>
This commit is contained in:
parent
98ef56039e
commit
3687789f9d
@ -122,4 +122,5 @@ int main (int argc, char *argv [])
|
|||||||
assert (events & ZMQ_EVENT_CLOSED);
|
assert (events & ZMQ_EVENT_CLOSED);
|
||||||
|
|
||||||
return 0 ;
|
return 0 ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user