diff options
| author | Brand Huntsman <alpha@qzx.com> | 2019-06-03 20:56:43 -0600 |
|---|---|---|
| committer | Benno Schulenberg <bensberg@telfort.nl> | 2019-06-04 19:27:34 +0200 |
| commit | 8bc2d18fa94997bfbe10263cd14ed94710371316 (patch) | |
| tree | d3c2aed52da59809ffcf8d15ace4fc294c18aeb5 | |
| parent | fb10a94f35d16bb3eb20225d09fef58136af4634 (diff) | |
| download | nano-8bc2d18f.tar.gz | |
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>
| -rw-r--r-- | src/rcfile.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rcfile.c b/src/rcfile.c index e8b6c68..f46fceb 100644 --- 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; |
