From ebc5ec193f08101cda9daee032d7ab819102950f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Thu, 29 May 2008 12:44:18 +0000 Subject: [PATCH] fix gcc4... and style rules. I won't be the only one paying beers at BeGeistert ;) git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25701 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/bluetooth/HCI/btHCI.h | 2 +- src/servers/bluetooth/LocalDeviceHandler.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/headers/os/bluetooth/HCI/btHCI.h b/headers/os/bluetooth/HCI/btHCI.h index 5b2e9e6930..008247c1c4 100644 --- a/headers/os/bluetooth/HCI/btHCI.h +++ b/headers/os/bluetooth/HCI/btHCI.h @@ -38,4 +38,4 @@ typedef enum { BT_COMMAND = 0, #define HCI_FEATURES_SIZE 8 /* LMP features */ #define HCI_DEVICE_NAME_SIZE 248 /* unit name size */ -#endif \ No newline at end of file +#endif diff --git a/src/servers/bluetooth/LocalDeviceHandler.cpp b/src/servers/bluetooth/LocalDeviceHandler.cpp index 33e7bf373d..413234c974 100644 --- a/src/servers/bluetooth/LocalDeviceHandler.cpp +++ b/src/servers/bluetooth/LocalDeviceHandler.cpp @@ -123,7 +123,7 @@ bail: BMessage* -LocalDeviceHandler::FindPetition(uint16 event, uint16 opcode = 0) +LocalDeviceHandler::FindPetition(uint16 event, uint16 opcode) { int16 eventFound; int16 opcodeFound;