From: Ralph Corderoy Date: Tue, 23 May 2017 11:53:32 +0000 (+0100) Subject: config/config.c: Fix indentation of "FALLTHRU" comment. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/04b46522d25e71bc8e5066215b4ce1cd4f903486?hp=0f59f14845f7efac7c4d042cd7372b46869fde69 config/config.c: Fix indentation of "FALLTHRU" comment. It's not part of the preceding if-statement, but unconditional. --- diff --git a/config/config.c b/config/config.c index 49d5c8a4..c44f1396 100644 --- a/config/config.c +++ b/config/config.c @@ -63,9 +63,9 @@ etcpath (char *file) if (access (epath, R_OK) != NOTOK) return epath; - /* FALLTHRU */ -try_it: + /* FALLTHRU */ +try_it: default: /* Check nmh Mail directory */ if (access ((cp = m_mailpath (file)), R_OK) != NOTOK) {