Add missing `continue' statement at end of case.
Found by: Kevin Lo (kevlo@) MFC after: 1 week
This commit is contained in:
parent
b91fab4255
commit
8b6207110d
@ -10687,6 +10687,7 @@ handle_jwork(wkhd)
|
|||||||
case D_FREEFRAG:
|
case D_FREEFRAG:
|
||||||
rele_jseg(WK_JSEG(WK_FREEFRAG(wk)->ff_jdep));
|
rele_jseg(WK_JSEG(WK_FREEFRAG(wk)->ff_jdep));
|
||||||
WORKITEM_FREE(wk, D_FREEFRAG);
|
WORKITEM_FREE(wk, D_FREEFRAG);
|
||||||
|
continue;
|
||||||
case D_FREEWORK:
|
case D_FREEWORK:
|
||||||
handle_written_freework(WK_FREEWORK(wk));
|
handle_written_freework(WK_FREEWORK(wk));
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user