mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +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,
|
Err(_) => None,
|
||||||
})
|
})
|
||||||
.ok_or_else(|| {
|
.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
|
// And we'll just parse _all_ exported functions. Previously we would only check whether this
|
||||||
|
|||||||
Reference in New Issue
Block a user