* fix warning

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26885 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Karsten Heimrich
2008-08-09 09:05:24 +00:00
parent 70081c0dfc
commit 4d2724ae1a
+2 -2
View File
@@ -1,5 +1,5 @@
/*
* Copyright 2005, Haiku, Inc.
* Copyright 2005 - 2008, Haiku, Inc.
* Distributed under the terms of the MIT license.
*
* Authors:
@@ -43,7 +43,7 @@ struct people_field gFields[] = {
{ "META:email", 120, "E-mail" },
{ "META:url", 120, "URL" },
{ "META:group", 120, "Group" },
{ NULL, NULL }
{ NULL, 0, NULL }
};