mirror of
https://github.com/N64Recomp/N64Recomp.git
synced 2025-05-14 08:12:19 +00:00
fix typo
This commit is contained in:
parent
a6a927f70d
commit
71eca4b045
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ std::vector<N64Recomp::FunctionSize> get_func_sizes(const toml::array* func_size
|
||||||
}
|
}
|
||||||
func_sizes.emplace_back(func_name.value(), func_size.value());
|
func_sizes.emplace_back(func_name.value(), func_size.value());
|
||||||
} else {
|
} else {
|
||||||
throw toml::parse_error("Manually size function is missing required value(s)", el.source());
|
throw toml::parse_error("Manually sized function is missing required value(s)", el.source());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Add table
Reference in a new issue