mirror of
https://github.com/open-goal/jak-project
synced 2026-05-23 15:02:01 -04:00
decomp: Avoid ' in error output (#421)
This commit is contained in:
@@ -1024,6 +1024,6 @@ const DecompilerLabel& LinkedObjectFile::get_label_by_name(const std::string& na
|
||||
return label;
|
||||
}
|
||||
}
|
||||
throw std::runtime_error("Can't find label " + name);
|
||||
throw std::runtime_error("Cannot find label " + name);
|
||||
}
|
||||
} // namespace decompiler
|
||||
Reference in New Issue
Block a user