Fix bad debug print in canna

Signed-off-by: Matt Madia <mattmadia@gmail.com>
This commit is contained in:
Urias McCullough 2011-12-22 09:01:53 -08:00 committed by Matt Madia
parent e409420486
commit b6c526d2d9

View File

@ -233,7 +233,7 @@ CannaLooper::_HandleKeyDown(BMessage* msg)
}
SERIAL_PRINT(("CannaLooper: HandleKeyDown() calling "
"CannaInterface::KeyIn()...\n", result));
"CannaInterface::KeyIn()...\n"));
uint32 result = fCanna->KeyIn(character, modifier, key);