Remove trailing semicolon, it is a typo.

This commit is contained in:
David Xu 2012-03-30 12:57:14 +00:00
parent 52076325c4
commit b29d7d9b60
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=233700

View File

@ -2346,7 +2346,7 @@ do_cv_wait(struct thread *td, struct ucond *cv, struct umutex *m,
error = do_unlock_umutex(td, m);
if (timeout != NULL);
if (timeout != NULL)
abs_timeout_init(&timo, clockid, ((wflags & CVWAIT_ABSTIME) != 0),
timeout);