diff options
-rw-r--r-- | mbbsd/chess.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/chess.c b/mbbsd/chess.c index 2f7aaa96..3ff21ab3 100644 --- a/mbbsd/chess.c +++ b/mbbsd/chess.c @@ -680,7 +680,7 @@ void ChessPlay(ChessInfo* info) { ChessGameResult game_result; - sighandler_t old_handler; + void (*old_handler)(int); const char* game_result_str = 0; if (info == NULL) |