From bc0112bef7a0c44439a440b49c6023be64e6dbc1 Mon Sep 17 00:00:00 2001 From: PatR Date: Wed, 26 Feb 2020 12:28:33 -0800 Subject: [PATCH] showscore typo --- src/options.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/options.c b/src/options.c index bd1898661..ebc541eeb 100644 --- a/src/options.c +++ b/src/options.c @@ -1,4 +1,4 @@ -/* NetHack 3.7 options.c $NHDT-Date: 1580434523 2020/01/31 01:35:23 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.439 $ */ +/* NetHack 3.7 options.c $NHDT-Date: 1582748890 2020/02/26 20:28:10 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.451 $ */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /*-Copyright (c) Michael Allison, 2008. */ /* NetHack may be freely redistributed. See license for details. */ @@ -4588,7 +4588,7 @@ char *op; switch (optidx) { case opt_time: #ifdef SCORE_ON_BOTL - case opt_showsore: + case opt_showscore: #endif case opt_showexp: if (VIA_WINDOWPORT()) -- 2.50.1