commit 8bc2d18fa94997bfbe10263cd14ed94710371316
parent fb10a94f35d16bb3eb20225d09fef58136af4634
Author: Brand Huntsman <alpha@qzx.com>
Date: Mon, 3 Jun 2019 20:56:43 -0600
tweaks: remove an unneeded pre-processor '#else' clause
Commit 1e2e6733 added braces and made the semicolon no longer needed
when libmagic is not used.
Signed-off-by: Brand Huntsman <alpha@qzx.com>
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/rcfile.c b/src/rcfile.c
@@ -1080,8 +1080,6 @@ void parse_rcfile(FILE *rcstream, bool syntax_only, bool headers_only)
#ifdef HAVE_LIBMAGIC
if (headers_only || !syntax_only)
grab_and_store("magic", ptr, &live_syntax->magics);
-#else
- ;
#endif
} else if (headers_only)
break;