TRIVIAL change to tasksink output
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user