chiark / gitweb /
hostside/hidraw-ioctl: do not print a spurious space after descriptor dump
authorIan Jackson <ian@liberator.relativity.greenend.org.uk>
Sat, 5 Feb 2011 00:37:18 +0000 (00:37 +0000)
committerIan Jackson <ian@liberator.relativity.greenend.org.uk>
Sat, 5 Feb 2011 00:37:18 +0000 (00:37 +0000)
hostside/utils.c

index e6dd50bce7f575f62f326856c93961775b9efdba..02f6e7758377a999a6843118159a6bd2e778bf46 100644 (file)
@@ -105,5 +105,4 @@ void dumphex(FILE *f, const void *pu, int l) {
     fprintf(f,"%02x",*p++);
     l--;
   }
-  putc(' ',f);
 }