From: Ian Jackson Date: Sat, 5 Feb 2011 00:37:18 +0000 (+0000) Subject: hostside/hidraw-ioctl: do not print a spurious space after descriptor dump X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=d25dad579886a1da9b641c136aeb057ca550baf2;p=trains.git hostside/hidraw-ioctl: do not print a spurious space after descriptor dump --- diff --git a/hostside/utils.c b/hostside/utils.c index e6dd50b..02f6e77 100644 --- a/hostside/utils.c +++ b/hostside/utils.c @@ -105,5 +105,4 @@ void dumphex(FILE *f, const void *pu, int l) { fprintf(f,"%02x",*p++); l--; } - putc(' ',f); }