chiark / gitweb /
hostside: hidrawconv: fix a missing newline in a message
authorIan Jackson <ian@liberator.relativity.greenend.org.uk>
Sat, 19 Feb 2011 19:01:43 +0000 (19:01 +0000)
committerIan Jackson <ian@liberator.relativity.greenend.org.uk>
Sat, 19 Feb 2011 19:01:43 +0000 (19:01 +0000)
hostside/hidrawconv.c

index 134fabd45db42eeaf1e3368a05b6d598aaf0eefb..762133ec9670bf515a9e41b9e97b2a5f5a991165 100644 (file)
@@ -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;
     }