Minor code cleanups suggested by NetBSD lint:
[sgt/agedu] / trie.c
diff --git a/trie.c b/trie.c
index ad0cd84..4857891 100644 (file)
--- a/trie.c
+++ b/trie.c
@@ -484,6 +484,7 @@ static unsigned long long fake_atime_recurse(void *t, struct trie_common *node,
 
        return max;
     }
+    return 0;                         /* placate lint */
 }
 
 void trie_fake_dir_atimes(void *t)