1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

cp: Changes '1' to 'EXIT_ERR' in UError impl

This commit is contained in:
vulppine 2021-10-01 16:45:19 -07:00
parent c64f09dc59
commit 4319248bb6

View file

@ -108,7 +108,7 @@ quick_error! {
impl UError for Error {
fn code(&self) -> i32 {
1
EXIT_ERR
}
}