mirror of
https://github.com/bobbimanners/emailler.git
synced 2025-03-03 07:29:58 +00:00
Minor beautification.
This commit is contained in:
parent
5f9fe0ad1e
commit
b9d6a92534
@ -27,7 +27,7 @@ void error_exit(void)
|
||||
default:
|
||||
printf("- Error $%X\n", ip65_error);
|
||||
}
|
||||
exit(1);
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
|
||||
void confirm_exit(void)
|
||||
|
@ -295,7 +295,7 @@ void error_exit(void)
|
||||
cgetc();
|
||||
}
|
||||
|
||||
exit(1);
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
|
||||
void main(void)
|
||||
|
Loading…
x
Reference in New Issue
Block a user