1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-04 02:24:12 +02:00

minor cleanup

This commit is contained in:
Robin Appelman 2019-08-12 12:46:26 +02:00
commit a9c76eb27c
3 changed files with 718 additions and 1070 deletions

View file

@ -187,7 +187,7 @@ fn parse_string_table_list(
for _ in 0..entry_count {
if !stream.read::<bool>()? {
return Err(ParseError::InvalidDemo(
"there should be no holes when reading CreateStringTable message".to_string(),
"there should be no holes when reading CreateStringTable message",
));
};