From: Eric Branlund Date: Sat, 3 Oct 2020 00:40:30 +0000 (-0700) Subject: Aligned misaligned indent. X-Git-Tag: vmacos2.2.1-7f~15 X-Git-Url: http://git.osdn.net/view?p=hengbandforosx%2Fhengbandosx.git;a=commitdiff_plain;h=6e892a55d351bd8d655c5884682116d639daf659 Aligned misaligned indent. --- diff --git a/src/main-cocoa.m b/src/main-cocoa.m index d2dd9ecd2..038b144fe 100644 --- a/src/main-cocoa.m +++ b/src/main-cocoa.m @@ -4913,7 +4913,7 @@ static void quit_calmly(void) { /* Hack -- Forget messages and term */ msg_flag = FALSE; - Term->mapped_flag = FALSE; + Term->mapped_flag = FALSE; /* Save the game */ do_cmd_save_game(FALSE);