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:
@@ -401,10 +401,10 @@ static int
|
|||||||
test_bit_string (void)
|
test_bit_string (void)
|
||||||
{
|
{
|
||||||
struct test_case tests[] = {
|
struct test_case tests[] = {
|
||||||
{NULL, 1, "\x00"},
|
{NULL, 1, "\x00"}
|
||||||
};
|
};
|
||||||
heim_bit_string values[] = {
|
heim_bit_string values[] = {
|
||||||
{ 0, "" },
|
{ 0, "" }
|
||||||
};
|
};
|
||||||
int i;
|
int i;
|
||||||
int ntests = sizeof(tests) / sizeof(*tests);
|
int ntests = sizeof(tests) / sizeof(*tests);
|
||||||
|
Reference in New Issue
Block a user