From: nhmall Date: Tue, 28 Jan 2020 01:54:09 +0000 (-0500) Subject: whitespace cleanup on options.c X-Git-Tag: NetHack-3.7.0_WIP-2020-02-14~114 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9f06c0139ec50a1846f7519513ee197dd9fc466f;p=nethack whitespace cleanup on options.c --- diff --git a/src/options.c b/src/options.c index 504977dd7..4779cc442 100644 --- a/src/options.c +++ b/src/options.c @@ -2387,8 +2387,8 @@ boolean tinitial, tfrom_file; return FALSE; } iflags.menuinvertmode = mode; - } - return retval; + } + return retval; } fullname = "msghistory"; @@ -3393,7 +3393,7 @@ boolean tinitial, tfrom_file; } if ((op = string_for_opt(opts, negated)) != empty_optstr) iflags.wc_video_height = strtol(op, NULL, 10); - else + else return FALSE; return retval; }