mirror of
https://github.com/encounter/objdiff.git
synced 2025-12-09 13:37:55 +00:00
Fix PPC branch display; update README.md
This commit is contained in:
@@ -89,9 +89,7 @@ pub fn run(args: Args) -> Result<()> {
|
||||
return Some(obj);
|
||||
}
|
||||
|
||||
let Some(up) = unit_path.as_deref() else {
|
||||
return None;
|
||||
};
|
||||
let up = unit_path.as_deref()?;
|
||||
|
||||
resolve_paths(obj);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user