aboutsummaryrefslogtreecommitdiffstats
path: root/drmtest.c
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2017-04-24 10:34:57 +0200
committerGerd Hoffmann <kraxel@redhat.com>2017-04-24 10:34:57 +0200
commit7e510e53fe4c715d1a3630910136bfded41fbfbd (patch)
treeb4748a55aa4ba7514c185301c8bfc019ff9d499d /drmtest.c
parent34cd7ded2cf9ffe5ce90f1c15b804bf3bf53dcd5 (diff)
downloaddrminfo-7e510e53fe4c715d1a3630910136bfded41fbfbd.tar.gz
list format tweaks
Diffstat (limited to 'drmtest.c')
-rw-r--r--drmtest.c2
1 files changed, 1 insertions, 1 deletions
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);
}