From d25dad579886a1da9b641c136aeb057ca550baf2 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 5 Feb 2011 00:37:18 +0000 Subject: [PATCH] hostside/hidraw-ioctl: do not print a spurious space after descriptor dump --- hostside/utils.c | 1 - 1 file changed, 1 deletion(-) 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); } -- 2.30.2