Skip to content

Commit

Permalink
Fix linux warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
TLeonardUK committed Jan 1, 2024
1 parent de7665d commit 45a1689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Shared/Core/Utils/Protobuf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ const DecodedProtobufMessage* DecodedProtobufRegistry::Decode(const std::string&

if (!DecodeField(Message, input, tag, GroupStack))
{
return false;
return nullptr;
}
}

Expand Down

0 comments on commit 45a1689

Please sign in to comment.