Fix typos reported by Mika, and remove whitespaces
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26202 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -99,7 +99,7 @@ LocalDeviceHandler::ClearWantedEvent(BMessage* msg, uint16 event, uint16 opcode)
|
|||||||
((uint16)opcodeFound == opcode) ) {
|
((uint16)opcodeFound == opcode) ) {
|
||||||
|
|
||||||
// this should remove only the entry
|
// this should remove only the entry
|
||||||
printf("@ Removed event %d and opcoce %d from message %p\n", event, opcode, msg);
|
printf("@ Removed event %d and opcode %d from message %p\n", event, opcode, msg);
|
||||||
(void)msg->RemoveData("eventExpected", eventIndex);
|
(void)msg->RemoveData("eventExpected", eventIndex);
|
||||||
(void)msg->RemoveData("opcodeExpected", eventIndex);
|
(void)msg->RemoveData("opcodeExpected", eventIndex);
|
||||||
goto bail;
|
goto bail;
|
||||||
@@ -151,7 +151,7 @@ LocalDeviceHandler::FindPetition(uint16 event, uint16 opcode, int32* indexFound)
|
|||||||
printf("opcode does not match %d\n", opcode);
|
printf("opcode does not match %d\n", opcode);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
printf("Opcdodes match %d %d \n", opcode , opcodeFound);
|
printf("Opcodes match %d %d \n", opcode , opcodeFound);
|
||||||
}
|
}
|
||||||
|
|
||||||
fEventsWanted.Unlock();
|
fEventsWanted.Unlock();
|
||||||
|
|||||||
Reference in New Issue
Block a user