Skip to content

Commit

Permalink
missing return
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Dodd authored and ChrisDodd committed Aug 5, 2022
1 parent ee8d39c commit 9605283
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/log.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ std::ostream& operator<<(std::ostream& out, const OutputLogPrefix& pfx) {
std::ostream &clearPrefix(std::ostream &out) {
if (OutputLogPrefix::ostream_xalloc >= 0)
out.iword(OutputLogPrefix::ostream_xalloc) = 0;
return out;
}

static bool match(const char *pattern, const char *name) {
Expand Down

0 comments on commit 9605283

Please sign in to comment.