diff --git a/examples/pres_5/bob.c b/examples/pres_5/bob.c index 8454c9cfc2f4f72eb5da965ea540be54fd13e2fc..41d053143df4bb8c97590e6e0ec7123c9024deea 100644 --- a/examples/pres_5/bob.c +++ b/examples/pres_5/bob.c @@ -29,7 +29,7 @@ int main(int argc, char** argv) { rw_err_peek(c); for(int round=0; round<3; round++) { - printf("\----------Round %d\n", round); + printf("----------Round %d\n", round); connector_get(c, ports[3]); rw_err_peek(c); connector_sync(c, 1000);