Skip to content

Commit

Permalink
src/core/reorderfilters.cpp: fix missing return
Browse files Browse the repository at this point in the history
Signed-off-by: akarin <[email protected]>
  • Loading branch information
AkarinVS committed Jul 18, 2022
1 parent aab3d9a commit 42f2e5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/reorderfilters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ static std::string mismatchToText(const MismatchInfo &info) {
s += ", ";
s += "framerate";
}
return s;
}

//////////////////////////////////////////
Expand Down

0 comments on commit 42f2e5d

Please sign in to comment.