Index: branches/azimutz/Chazi/i386/libsaio/console.c =================================================================== --- branches/azimutz/Chazi/i386/libsaio/console.c (revision 506) +++ branches/azimutz/Chazi/i386/libsaio/console.c (revision 507) @@ -248,6 +248,6 @@ /** Print a "Press a key to continue..." message and wait for a key press. */ void pause() { - printf("Press a key to continue..."); + printf("Press a key to continue...\n"); getc(); }