- last function never returned a value

This commit is contained in:
Bryce Denney 2001-08-14 04:56:11 +00:00
parent 7432de6de4
commit 4f10d657ce
1 changed files with 1 additions and 0 deletions

View File

@ -794,4 +794,5 @@ Bit32u pit_82C54::get_next_event_time(void) {
out=time1;
if(time2 && (time2<out))
out=time2;
return out;
}