From d75bff02b302115eee0d2679d9d00c20fac59f93 Mon Sep 17 00:00:00 2001 From: Stefano Ceccherini Date: Fri, 1 Dec 2006 08:25:48 +0000 Subject: [PATCH] fixed the build under haiku git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19404 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/powerstatus/PowerStatus.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/powerstatus/PowerStatus.cpp b/src/apps/powerstatus/PowerStatus.cpp index 46d40fd4ed..6a7e6700f9 100644 --- a/src/apps/powerstatus/PowerStatus.cpp +++ b/src/apps/powerstatus/PowerStatus.cpp @@ -74,7 +74,7 @@ PowerStatus::ReadyToRun() // acknowledged the requester below BDeskbar deskbar; #ifdef HAIKU_TARGET_PLATFORM_HAIKU - isDeskbarRunning = deskbar.IsRunning()) + isDeskbarRunning = deskbar.IsRunning(); #endif isInstalled = deskbar.HasItem(kDeskbarItemName); }