]> diplodocus.org Git - nmh/blobdiff - h/crawl_folders.h
get_file_info(): Don't return filename from quote onwards on error.
[nmh] / h / crawl_folders.h
index dac08f8b03f57fb5a8c6a154b176ccb662b82d86..f5d29cb88d4490b0aeb4f381811c0be6ac5d17fc 100644 (file)
@@ -3,7 +3,7 @@
 
 #define CRAWL_NUMFOLDERS 100
 
-/* Callbacks return TRUE crawl_folders should crawl the children of `folder'.
+/* Callbacks return true crawl_folders should crawl the children of `folder'.
  * Callbacks need not duplicate folder, as crawl_folders does not free it. */
 typedef bool (crawl_callback_t)(char *folder, void *baton);