diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2017-04-24 10:34:57 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2017-04-24 10:34:57 +0200 |
commit | 7e510e53fe4c715d1a3630910136bfded41fbfbd (patch) | |
tree | b4748a55aa4ba7514c185301c8bfc019ff9d499d /drmtest.c | |
parent | 34cd7ded2cf9ffe5ce90f1c15b804bf3bf53dcd5 (diff) | |
download | drminfo-7e510e53fe4c715d1a3630910136bfded41fbfbd.tar.gz |
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], " ", ""); } exit(1); } |