Skip to content

Commit

Permalink
Add missing default case for switching by parser state
Browse files Browse the repository at this point in the history
  • Loading branch information
saitoha committed May 10, 2016
1 parent a07bafb commit 6bd554a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/fromsixel.c
Original file line number Diff line number Diff line change
Expand Up @@ -815,6 +815,9 @@ sixel_decode_raw_impl(
break;
}
break;
default:
p++;
break;
}
}

Expand Down

0 comments on commit 6bd554a

Please sign in to comment.