From ca884b04a008d4b538a11d998b4e3b5842ae6a6b Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Sun, 18 Mar 2012 17:15:21 -0400 Subject: [PATCH] TRIVIAL change to tasksink output --- zeromq/tasksink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zeromq/tasksink.c b/zeromq/tasksink.c index 4c26bea..b3277d2 100644 --- a/zeromq/tasksink.c +++ b/zeromq/tasksink.c @@ -23,7 +23,7 @@ int main(void) fflush(stdout); } - printf("Total elapsed time: %d msec\n", + printf("\nTotal elapsed time: %d msec\n", (int) (s_clock() - start_time)); zmq_close(receiver);