From 459de0d777a0dcaaf017afdbd3f1d659a8bfbf4a Mon Sep 17 00:00:00 2001 From: ejakowatz Date: Tue, 23 Jul 2002 21:25:54 +0000 Subject: [PATCH] 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 --- src/kits/app/Looper.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/kits/app/Looper.cpp b/src/kits/app/Looper.cpp index 37a35878d0..aab01f2976 100644 --- a/src/kits/app/Looper.cpp +++ b/src/kits/app/Looper.cpp @@ -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,