* Fix missing newline in error message.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36159 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ithamar R. Adema 2010-04-11 16:13:53 +00:00
parent 813d4cbe94
commit 45428391f9

View File

@ -189,7 +189,7 @@ RosterLooper::RosterLooper(BUSBRoster *roster)
{
BEntry entry("/dev/bus/usb");
if (!entry.Exists()) {
fprintf(stderr, "USBKit: usb_raw not published");
fprintf(stderr, "USBKit: usb_raw not published\n");
return;
}