Minor beautification.

This commit is contained in:
Oliver Schmidt 2018-07-27 17:07:31 +02:00
parent 5f9fe0ad1e
commit b9d6a92534
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ void error_exit(void)
default:
printf("- Error $%X\n", ip65_error);
}
exit(1);
exit(EXIT_FAILURE);
}
void confirm_exit(void)

View File

@ -295,7 +295,7 @@ void error_exit(void)
cgetc();
}
exit(1);
exit(EXIT_FAILURE);
}
void main(void)