chiark / gitweb /
hostside: hidrawconv: fix a missing newline in a message
[trains.git] / 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;
     }