]> diplodocus.org Git - nmh/blobdiff - config/config.c
datetime.c: Replace some int with bool.
[nmh] / config / config.c
index 49d5c8a45a7fb3362cb0f876a3443fdc088c1837..39d43660c6764659431f69e717694f8c539faf80 100644 (file)
@@ -12,7 +12,6 @@
 #define nmhbindir(file) NMHBINDIR#file
 #define nmhlibexecdir(file) NMHLIBEXECDIR#file
 #define nmhetcdir(file) NMHETCDIR#file
 #define nmhbindir(file) NMHBINDIR#file
 #define nmhlibexecdir(file) NMHLIBEXECDIR#file
 #define nmhetcdir(file) NMHETCDIR#file
-#define nmhdocdir(file) NMHDOCDIR#file
 
 
 /*
 
 
 /*
@@ -63,9 +62,9 @@ etcpath (char *file)
 
            if (access (epath, R_OK) != NOTOK)
                return epath;
 
            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) {
        default: 
            /* Check nmh Mail directory */
            if (access ((cp = m_mailpath (file)), R_OK) != NOTOK) {