Fixed stupid syntax errors generated by my property_info dump tool. Now to

fix the tool ...


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@402 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
ejakowatz 2002-07-23 21:25:54 +00:00
parent c8ca4b8cae
commit 459de0d777

View File

@ -93,7 +93,7 @@ team_id BLooper::sTeamID = B_ERROR;
static property_info gLooperPropInfo[] =
{
{
"Handler"
"Handler",
{},
{B_INDEX_SPECIFIER, B_REVERSE_INDEX_SPECIFIER},
// TODO: what is the extra_data for?
@ -103,7 +103,7 @@ static property_info gLooperPropInfo[] =
{}
},
{
"Handlers"
"Handlers",
{B_GET_PROPERTY},
{B_DIRECT_SPECIFIER},
NULL, 0,
@ -112,7 +112,7 @@ static property_info gLooperPropInfo[] =
{}
},
{
"Handler"
"Handler",
{B_COUNT_PROPERTIES},
{B_DIRECT_SPECIFIER},
NULL, 0,