diff --git a/osc-joy.c b/osc-joy.c index 72e0eec..7d24259 100644 --- a/osc-joy.c +++ b/osc-joy.c @@ -86,7 +86,7 @@ if (do_dump) { if (verbosity) { fprintf(stderr, "%s is sending to %s:%s\n", argv[0], remote_host, remote_port); - fprintf(stderr, " the stick '%s'is on %s\n", my_id, joy_device); + fprintf(stderr, " the stick '%s' is on %s\n", my_id, joy_device); } lo_address t = lo_address_new(remote_host, remote_port);