TRIVIAL change to tasksink output

This commit is contained in:
Dan Buch 2012-03-18 17:15:21 -04:00
parent 1a278e5ae3
commit ca884b04a0

View File

@ -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);