From 2e9b344922341a8451695db396aa824063a641d6 Mon Sep 17 00:00:00 2001 From: tth Date: Fri, 23 Jul 2021 12:15:18 +0200 Subject: [PATCH] typo --- osc-joy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);