$NetBSD$

--- sudoku.c.orig	2005-07-25 03:13:53.000000000 +0200
+++ sudoku.c
@@ -1837,7 +1837,7 @@ save_board( void )
 
     /* Read character input (raw processing mode) */
     i = strlen( userfile );
-    while( '\r' != ( ch = getkey( ) ) )
+    while( '\n' != ( ch = getkey( ) ) )
     {
         if( 0x08 == ch || VKEY_LEFT == ch ) /* destructive backspace */
         {
