mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 19:47:45 +00:00
cp: Changes '1' to 'EXIT_ERR' in UError impl
This commit is contained in:
parent
c64f09dc59
commit
4319248bb6
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ quick_error! {
|
||||||
|
|
||||||
impl UError for Error {
|
impl UError for Error {
|
||||||
fn code(&self) -> i32 {
|
fn code(&self) -> i32 {
|
||||||
1
|
EXIT_ERR
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue