* fix warning
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26885 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2005, Haiku, Inc.
|
* Copyright 2005 - 2008, Haiku, Inc.
|
||||||
* Distributed under the terms of the MIT license.
|
* Distributed under the terms of the MIT license.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
@@ -43,7 +43,7 @@ struct people_field gFields[] = {
|
|||||||
{ "META:email", 120, "E-mail" },
|
{ "META:email", 120, "E-mail" },
|
||||||
{ "META:url", 120, "URL" },
|
{ "META:url", 120, "URL" },
|
||||||
{ "META:group", 120, "Group" },
|
{ "META:group", 120, "Group" },
|
||||||
{ NULL, NULL }
|
{ NULL, 0, NULL }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user