]> diplodocus.org Git - nmh/blobdiff - config/config.c
uip/mhparse.c: Fix body starting a byte too soon when no blank line.
[nmh] / config / config.c
index 49d5c8a45a7fb3362cb0f876a3443fdc088c1837..c44f1396fcac9fd63b8865f57e6a1449672de062 100644 (file)
@@ -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) {