mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-01 00:15:51 +00:00
Fix clang compile error
This commit is contained in:
@@ -80,8 +80,8 @@ struct Match
|
||||
if (state.passed ())
|
||||
{
|
||||
if (t == other)
|
||||
return State::passed;
|
||||
return State::failed;
|
||||
return State::pass;
|
||||
return State::fail;
|
||||
}
|
||||
return state;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user