mirror of
https://github.com/bobbimanners/emailler.git
synced 2025-01-05 17:29:21 +00:00
Minor output beautification.
This commit is contained in:
parent
393e27922b
commit
3034150a6e
@ -30,7 +30,7 @@ void error_exit(void)
|
||||
|
||||
void confirm_exit(void)
|
||||
{
|
||||
printf("\nPress any key");
|
||||
printf("\nPress any key ");
|
||||
cgetc();
|
||||
}
|
||||
|
||||
@ -43,7 +43,7 @@ void main(void)
|
||||
atexit(confirm_exit);
|
||||
}
|
||||
|
||||
printf("Initializing ");
|
||||
printf("\nInitializing ");
|
||||
if (ip65_init())
|
||||
{
|
||||
error_exit();
|
||||
|
Loading…
Reference in New Issue
Block a user