summaryrefslogtreecommitdiff
path: root/src/zmq.cpp
diff options
context:
space:
mode:
authormalosek <malosek@fastmq.com>2009-09-08 16:55:03 +0200
committermalosek <malosek@fastmq.com>2009-09-08 16:55:03 +0200
commit734a62c12d2e2fb009ccf97d7d188060a474cc17 (patch)
treecbbb565d25dc7432c62d87641f5e0b9b143d94b2 /src/zmq.cpp
parent844b590b5e348d8513ed574f6548cc0be41574af (diff)
Sparc solaris port
Diffstat (limited to 'src/zmq.cpp')
-rw-r--r--src/zmq.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/zmq.cpp b/src/zmq.cpp
index 63a7b4b..c966448 100644
--- a/src/zmq.cpp
+++ b/src/zmq.cpp
@@ -292,4 +292,5 @@ unsigned long zmq_stopwatch_stop (void *watch_)
uint64_t start = *(uint64_t*) watch_;
free (watch_);
return (unsigned long) (end - start);
-} \ No newline at end of file
+}
+