mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-13 07:43:46 +01:00
Add a missing NULL.
This commit is contained in:
parent
5b6a399256
commit
1bccf8846f
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
START_TEST(test_create) {
|
START_TEST(test_create) {
|
||||||
zathura_t* zathura = zathura_init(0, NULL);
|
zathura_t* zathura = zathura_init(0, NULL);
|
||||||
fail_unless(zathura != NULL, "Could not create session");
|
fail_unless(zathura != NULL, "Could not create session", NULL);
|
||||||
zathura_free(zathura);
|
zathura_free(zathura);
|
||||||
} END_TEST
|
} END_TEST
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user