mirror of
https://github.com/vivier/EMILE.git
synced 2025-08-15 07:27:41 +00:00
Add newline at end of error()
This commit is contained in:
@@ -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 */
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user