mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
[yabridgectl] Fix typo in winedump warning
This commit is contained in:
@@ -97,7 +97,7 @@ fn parse_pe32_winedump<P: AsRef<Path>>(binary: P) -> Result<Pe32Info> {
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user