X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/9c8bc93a8babf7f1316d7758b8cd73f28e794f9a..2d667ff62463f331fba7dddea084d1ededd24b71:/h/crawl_folders.h diff --git a/h/crawl_folders.h b/h/crawl_folders.h index dac08f8b..f5d29cb8 100644 --- a/h/crawl_folders.h +++ b/h/crawl_folders.h @@ -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);