make it work for non c99 compilers too

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15757 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-07-25 23:36:00 +00:00
parent 153f392b66
commit 876760dd16

View File

@@ -401,10 +401,10 @@ static int
test_bit_string (void)
{
struct test_case tests[] = {
{NULL, 1, "\x00"},
{NULL, 1, "\x00"}
};
heim_bit_string values[] = {
{ 0, "" },
{ 0, "" }
};
int i;
int ntests = sizeof(tests) / sizeof(*tests);