diff options
Diffstat (limited to 'tests/gem_seqno_wrap.c')
-rw-r--r-- | tests/gem_seqno_wrap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gem_seqno_wrap.c b/tests/gem_seqno_wrap.c index d07ec960..ba58ebd2 100644 --- a/tests/gem_seqno_wrap.c +++ b/tests/gem_seqno_wrap.c @@ -503,7 +503,7 @@ int main(int argc, char **argv) options.prewrap_space = 21; options.buffers = 10; - igt_simple_init_parse_opts(argc, argv, "n:bvt:dp:ri:", long_options, + igt_simple_init_parse_opts(&argc, argv, "n:bvt:dp:ri:", long_options, help, parse_options); card_index = drm_get_card(); |