diff --git a/second/misc.c b/second/misc.c index 3e741e5..3842336 100644 --- a/second/misc.c +++ b/second/misc.c @@ -64,7 +64,7 @@ void error(char *x) { printf("\n\n"); printf(x); - printf("\n\n -- System halted"); + printf("\n\n -- System halted\n"); while(1); /* Halt */ }