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:
@@ -93,7 +93,7 @@ team_id BLooper::sTeamID = B_ERROR;
|
|||||||
static property_info gLooperPropInfo[] =
|
static property_info gLooperPropInfo[] =
|
||||||
{
|
{
|
||||||
{
|
{
|
||||||
"Handler"
|
"Handler",
|
||||||
{},
|
{},
|
||||||
{B_INDEX_SPECIFIER, B_REVERSE_INDEX_SPECIFIER},
|
{B_INDEX_SPECIFIER, B_REVERSE_INDEX_SPECIFIER},
|
||||||
// TODO: what is the extra_data for?
|
// TODO: what is the extra_data for?
|
||||||
@@ -103,7 +103,7 @@ static property_info gLooperPropInfo[] =
|
|||||||
{}
|
{}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Handlers"
|
"Handlers",
|
||||||
{B_GET_PROPERTY},
|
{B_GET_PROPERTY},
|
||||||
{B_DIRECT_SPECIFIER},
|
{B_DIRECT_SPECIFIER},
|
||||||
NULL, 0,
|
NULL, 0,
|
||||||
@@ -112,7 +112,7 @@ static property_info gLooperPropInfo[] =
|
|||||||
{}
|
{}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Handler"
|
"Handler",
|
||||||
{B_COUNT_PROPERTIES},
|
{B_COUNT_PROPERTIES},
|
||||||
{B_DIRECT_SPECIFIER},
|
{B_DIRECT_SPECIFIER},
|
||||||
NULL, 0,
|
NULL, 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user