diff options
Diffstat (limited to 'src/test/test-xml.c')
-rw-r--r-- | src/test/test-xml.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test-xml.c b/src/test/test-xml.c index 7a34f143ee..ea109fbde0 100644 --- a/src/test/test-xml.c +++ b/src/test/test-xml.c @@ -35,7 +35,7 @@ static void test_one(const char *data, ...) { int t, tt; const char *nn; - t = xml_tokenize(&data, &name, &state); + t = xml_tokenize(&data, &name, &state, NULL); assert_se(t >= 0); tt = va_arg(ap, int); |