Remove stray args in function call.

This commit is contained in:
Ralf Corsepius
2008-07-29 11:41:42 +00:00
parent ea5a80c5ae
commit b272001594

View File

@@ -53,7 +53,7 @@ void _TOD_Set(
_TOD_Now = *time; _TOD_Now = *time;
_TOD_Is_set = TRUE; _TOD_Is_set = TRUE;
_TOD_Activate( 0 ); _TOD_Activate();
_Thread_Enable_dispatch(); _Thread_Enable_dispatch();
} }