OSDN Git Service

[Refactor] #37287 #37353 型の置換。 / Type replacement.
[hengband/hengband.git] / src / main-cap.c
index c72c852..34b4cfb 100644 (file)
@@ -1,4 +1,4 @@
-/* File: main-cap.c */
+/* File: main-cap.c */
 
 /* Purpose: Support for "term.c" using "termcap" calls */
 
@@ -786,7 +786,7 @@ static errr Term_xtra_cap_event(int v)
                i = read(0, buf, 1);
 
                /* Hack -- Handle "errors" */
-               if ((i <= 0) && (errno != EINTR)) exit_game_panic(TRUE);
+               if ((i <= 0) && (errno != EINTR)) exit_game_panic();
        }
 
        /* Do not wait */