Kaydet (Commit) 67502178 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#705235 Missing break in switch

Change-Id: I19e8e6aa08dc879f273f2a0177b40435c0ac553d
üst 2ac988e0
...@@ -392,6 +392,7 @@ continue2: ...@@ -392,6 +392,7 @@ continue2:
case S_SELF: case S_SELF:
ip += runelen; ip += runelen;
runelen = 1; runelen = 1;
/*fall-through*/
case S_SELFB: case S_SELFB:
tp->type = (unsigned char) GETACT(state); tp->type = (unsigned char) GETACT(state);
tp->len = ip - tp->t; tp->len = ip - tp->t;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment