diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-03-28 09:19:49 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-03-28 09:19:49 +0100 |
commit | a0c9d2e5b1fbff99ce1281b322a31c718245ceba (patch) | |
tree | 67979e8dc6ad05d172201046c914d9b3c761cf9f /drmtest.c | |
parent | fca17ca477aad828e62e13622262497a982e7584 (diff) | |
download | drminfo-a0c9d2e5b1fbff99ce1281b322a31c718245ceba.tar.gz |
virtiotest fixes
Diffstat (limited to 'drmtest.c')
-rw-r--r-- | drmtest.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -259,7 +259,7 @@ int main(int argc, char **argv) if (fmts[i].cairo == CAIRO_FORMAT_INVALID) continue; } - drm_print_format(stderr, &fmts[i], 4, false); + drm_print_format(stderr, &fmts[i], 4, false, false); } exit(1); } |