TRIVIAL change to tasksink output

cat-town
Dan Buch 13 years ago
parent 1a278e5ae3
commit ca884b04a0

@ -23,7 +23,7 @@ int main(void)
fflush(stdout); fflush(stdout);
} }
printf("Total elapsed time: %d msec\n", printf("\nTotal elapsed time: %d msec\n",
(int) (s_clock() - start_time)); (int) (s_clock() - start_time));
zmq_close(receiver); zmq_close(receiver);

Loading…
Cancel
Save