Skip to content

Commit 44d54eb

Browse files
committed
fix return type
1 parent dcaab3d commit 44d54eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

maxima-lib/src/unix/wine.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ fn extract_archive<R: Read + Sized>(
375375
Ok(())
376376
}
377377

378-
pub async fn setup_wine_registry() -> Result<()> {
378+
pub async fn setup_wine_registry() -> Result<(), NativeError> {
379379
run_wine_command(
380380
"reg",
381381
Some(vec![

0 commit comments

Comments
 (0)