From 5c85a290e1be2957266345e37ccea5203bfb00e7 Mon Sep 17 00:00:00 2001 From: haydentech Date: Thu, 4 Sep 2003 20:01:17 +0000 Subject: [PATCH] Minor cleanup git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4509 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kits/app/Handler.cpp | 4 ++-- src/kits/app/Invoker.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/kits/app/Handler.cpp b/src/kits/app/Handler.cpp index ac87255d56..8c9b6e4872 100644 --- a/src/kits/app/Handler.cpp +++ b/src/kits/app/Handler.cpp @@ -135,7 +135,7 @@ #include // Project Includes ------------------------------------------------------------ -#include "TokenSpace.h" +#include // Local Includes -------------------------------------------------------------- @@ -668,7 +668,7 @@ BMessage: what = (0x0, or 0) scripting docs are so bloody horrible. The corresponding property_info array is declared in the globals section. */ - status_t err; + status_t err = B_OK; if (!data) { err = B_BAD_VALUE; diff --git a/src/kits/app/Invoker.cpp b/src/kits/app/Invoker.cpp index 837fbb9e31..ec08111c09 100644 --- a/src/kits/app/Invoker.cpp +++ b/src/kits/app/Invoker.cpp @@ -19,7 +19,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. // -// File Name: Control.cpp +// File Name: Invoker.cpp // Author: Marc Flerackers (mflerackers@androme.be) // Description: BInvoker class defines a protocol for objects that // post messages to a "target". @@ -28,7 +28,7 @@ // Standard Includes ----------------------------------------------------------- // System Includes ------------------------------------------------------------- -#include "Invoker.h" +#include #include // Project Includes ------------------------------------------------------------