mirror of
git://git.sv.gnu.org/nano.git
synced 2025-01-10 03:22:04 +03:00
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:
parent
fb10a94f35
commit
8bc2d18fa9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user