mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-27 00:34:45 +02:00
Update to v098r10 release.
byuu says: Changelog: - synchronized tomoko, loki, icarus with extensive changes to nall (118KiB diff)
This commit is contained in:
@@ -28,7 +28,7 @@ inline auto evaluateExpression(Node* node) -> string {
|
||||
for(auto& link : node->link) {
|
||||
result.append(evaluateExpression(link), ", ");
|
||||
}
|
||||
return result.rtrim(", ", 1L).append(")");
|
||||
return result.trimRight(", ", 1L).append(")");
|
||||
}
|
||||
}
|
||||
#undef p
|
||||
|
Reference in New Issue
Block a user