diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2017-04-24 10:48:14 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2017-04-24 10:48:14 +0200 |
commit | a45855472178e478c4cca77458542f1beec666dd (patch) | |
tree | fd6d24671edc9a796a2e19990d04e1bc434f2ebb /drmtest.c | |
parent | 7e510e53fe4c715d1a3630910136bfded41fbfbd (diff) | |
download | drminfo-a45855472178e478c4cca77458542f1beec666dd.tar.gz |
more list format tweaks
Diffstat (limited to 'drmtest.c')
-rw-r--r-- | drmtest.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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], 4, false); } exit(1); } |