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>
This commit is contained in:
Brand Huntsman 2019-06-03 20:56:43 -06:00 committed by Benno Schulenberg
parent fb10a94f35
commit 8bc2d18fa9
1 changed files with 0 additions and 2 deletions

View File

@ -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;