From 46432237b897024034d36a3191a2c04e88b92f23 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 19 Feb 2011 19:01:43 +0000 Subject: [PATCH] hostside: hidrawconv: fix a missing newline in a message --- hostside/hidrawconv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.30.2