From: Ian Jackson Date: Sat, 19 Feb 2011 19:01:43 +0000 (+0000) Subject: hostside: hidrawconv: fix a missing newline in a message X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=46432237b897024034d36a3191a2c04e88b92f23;p=trains.git hostside: hidrawconv: fix a missing newline in a message --- diff --git a/hostside/hidrawconv.c b/hostside/hidrawconv.c index 134fabd..762133e 100644 --- a/hostside/hidrawconv.c +++ b/hostside/hidrawconv.c @@ -56,7 +56,7 @@ static void events(void) { Last *last= &lasts[msg[0]]; if (!pr) { if (!last->len) - fprintf(stderr,"%s: unexpected report 0x%02x", progname, msg[0]); + fprintf(stderr,"%s: unexpected report 0x%02x\n", progname, msg[0]); last->len= l; continue; }