please lint (and me)

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12571 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-08-17 18:22:22 +00:00
parent fca60360bd
commit 97a9cc6936

View File

@@ -60,7 +60,7 @@ static struct testcase {
{"/a", "/a@", "", 2, {"", "a"}, FALSE},
{"\\@@\\@", "\\@@\\@", "@", 1, {"@"}, TRUE},
{"a/b/c", "a/b/c@", "", 3, {"a", "b", "c"}, FALSE},
{NULL, NULL, "", 0, {}, FALSE}};
{NULL, NULL, "", 0, { NULL }, FALSE}};
int
main(int argc, char **argv)