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
}
}