From 7e510e53fe4c715d1a3630910136bfded41fbfbd Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Mon, 24 Apr 2017 10:34:57 +0200 Subject: list format tweaks --- drmtest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drmtest.c') diff --git a/drmtest.c b/drmtest.c index 1cf061a..bd0ac5f 100644 --- a/drmtest.c +++ b/drmtest.c @@ -516,7 +516,7 @@ int main(int argc, char **argv) for (i = 0; i < fmtcnt; i++) { if (fmts[i].cairo == CAIRO_FORMAT_INVALID) continue; - drm_print_format(stderr, &fmts[i]); + drm_print_format(stderr, &fmts[i], " ", ""); } exit(1); } -- cgit