kernel/timer: Fix up previous commit.
Incorrect 'rebase' from working tree changes...
This commit is contained in:
@@ -84,7 +84,6 @@ add_event_to_list(timer* event, timer** list)
|
||||
previous->next = event;
|
||||
else
|
||||
*list = event;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user