From 5caae51234fdf7f98874d24196ca7a0f6d286c3a Mon Sep 17 00:00:00 2001 From: nhmall Date: Wed, 22 Jun 2022 14:21:13 -0400 Subject: [PATCH] remove spurious edit --- src/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/options.c b/src/options.c index 8ad18b746..b0ad42a76 100644 --- a/src/options.c +++ b/src/options.c @@ -4269,7 +4269,7 @@ pfxfn_IBM_(int optidx UNUSED, int req, boolean negated UNUSED, return optn_err; opts[0] = '\0'; return optn_ok; - }b + } return optn_ok; } #endif