console: add a newline at eof

This commit is contained in:
Sigrid Solveig Haflínudóttir 2023-09-21 17:13:17 +00:00
parent d7f96acb93
commit f8c7e44ea1
1 changed files with 1 additions and 1 deletions

View File

@ -47,4 +47,4 @@ console_deo(Uint8 *d, Uint8 port)
fflush(stderr);
return;
}
}
}