diff --git a/tools/yabridgectl/src/symbols.rs b/tools/yabridgectl/src/symbols.rs index 16a49fed..37d68d49 100644 --- a/tools/yabridgectl/src/symbols.rs +++ b/tools/yabridgectl/src/symbols.rs @@ -97,7 +97,7 @@ fn parse_pe32_winedump>(binary: P) -> Result { Err(_) => None, }) .ok_or_else(|| { - anyhow!("Winedump output did not contain a 'Machine:' line. Is a text file?") + anyhow!("Winedump output did not contain a 'Machine:' line. Is this a text file?") })?; // And we'll just parse _all_ exported functions. Previously we would only check whether this