Fix build (forgot the ";")
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42883 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -231,7 +231,7 @@ hpet_init_timer(hpet_timer_cookie* cookie)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (interrupt == -1) {
|
if (interrupt == -1) {
|
||||||
dprintf("hpet_init_timer(): timer can't be routed to any interrupt!")
|
dprintf("hpet_init_timer(): timer can't be routed to any interrupt!");
|
||||||
return B_ERROR;
|
return B_ERROR;
|
||||||
}
|
}
|
||||||
// Non-periodic mode
|
// Non-periodic mode
|
||||||
|
|||||||
Reference in New Issue
Block a user