1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-31 13:07:46 +00:00

fixup! sync: return UResult from uumain() function

This commit is contained in:
Jeffrey Finkelstein 2021-12-31 14:28:27 -05:00
parent 4e16717c22
commit 1ead016f35

View file

@ -68,6 +68,7 @@ mod platform {
use std::mem;
use std::os::windows::prelude::*;
use std::path::Path;
use uucore::crash;
use uucore::wide::{FromWide, ToWide};
unsafe fn flush_volume(name: &str) {