mirror of
https://github.com/vivier/EMILE.git
synced 2024-12-22 10:29:31 +00:00
Add newline at end of error()
This commit is contained in:
parent
a20db820ef
commit
4567497a2f
@ -64,7 +64,7 @@ void error(char *x)
|
|||||||
{
|
{
|
||||||
printf("\n\n");
|
printf("\n\n");
|
||||||
printf(x);
|
printf(x);
|
||||||
printf("\n\n -- System halted");
|
printf("\n\n -- System halted\n");
|
||||||
|
|
||||||
while(1); /* Halt */
|
while(1); /* Halt */
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user