Skip to content

Commit

Permalink
Merge pull request #938 from bradh/missing_break_2023-08-08
Browse files Browse the repository at this point in the history
box: add missing break in switch
  • Loading branch information
farindk authored Aug 8, 2023
2 parents 72592a9 + f657a78 commit 9493f9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libheif/box.cc
Original file line number Diff line number Diff line change
Expand Up @@ -580,6 +580,7 @@ Error Box::read(BitstreamRange& range, std::shared_ptr<Box>* result)

case fourcc("j2kL"):
box = std::make_shared<Box_j2kL>();
break;

// --- mski

Expand Down

0 comments on commit 9493f9a

Please sign in to comment.