aboutsummaryrefslogtreecommitdiffstats
path: root/drmtest.c
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-03-28 09:19:49 +0100
committerGerd Hoffmann <kraxel@redhat.com>2019-03-28 09:19:49 +0100
commita0c9d2e5b1fbff99ce1281b322a31c718245ceba (patch)
tree67979e8dc6ad05d172201046c914d9b3c761cf9f /drmtest.c
parentfca17ca477aad828e62e13622262497a982e7584 (diff)
downloaddrminfo-a0c9d2e5b1fbff99ce1281b322a31c718245ceba.tar.gz
virtiotest fixes
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 e9262b6..374ae72 100644
--- a/drmtest.c
+++ b/drmtest.c
@@ -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);
}