Add missing `continue' statement at end of case.

Found by:  Kevin Lo (kevlo@)
MFC after: 1 week
This commit is contained in:
Kirk McKusick 2012-05-18 15:20:21 +00:00
parent b91fab4255
commit 8b6207110d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=235610
1 changed files with 1 additions and 0 deletions

View File

@ -10687,6 +10687,7 @@ handle_jwork(wkhd)
case D_FREEFRAG:
rele_jseg(WK_JSEG(WK_FREEFRAG(wk)->ff_jdep));
WORKITEM_FREE(wk, D_FREEFRAG);
continue;
case D_FREEWORK:
handle_written_freework(WK_FREEWORK(wk));
continue;