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:
parent
276a254c1c
commit
b1128999ca
@ -231,7 +231,7 @@ hpet_init_timer(hpet_timer_cookie* cookie)
|
||||
}
|
||||
|
||||
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;
|
||||
}
|
||||
// Non-periodic mode
|
||||
|
Loading…
Reference in New Issue
Block a user