mirror of
https://github.com/vivier/EMILE.git
synced 2025-01-24 13:31:04 +00:00
in error(), use puts() instead of printf()
This commit is contained in:
parent
9b8aab8020
commit
a74c487fba
@ -62,9 +62,9 @@ unsigned char *c2pstring(char* s)
|
||||
|
||||
void error(char *x)
|
||||
{
|
||||
printf("\n\n");
|
||||
printf(x);
|
||||
printf("\n\n -- System halted\n");
|
||||
puts("\n");
|
||||
puts(x);
|
||||
puts("\n -- System halted\n");
|
||||
|
||||
while(1); /* Halt */
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user