X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2Fcrawl_folders.c;h=59ec95209b0ae90f3bd790b9bb49ca2847dadae2;hb=11f38fca55972832ee09a3b1ac8693050500545b;hp=0185bd8344290966a7d8b63611693adf8e9c9491;hpb=d3ba09a465cb0e5fc9a74d0b152a7ed965f895cb;p=mmh diff --git a/sbr/crawl_folders.c b/sbr/crawl_folders.c index 0185bd8..59ec952 100644 --- a/sbr/crawl_folders.c +++ b/sbr/crawl_folders.c @@ -12,8 +12,8 @@ struct crawl_context { int max; /* - ** how many folders we currently can hold in the array - ** `folders', increased by CRAWL_NUMFOLDERS at a time + ** number of folders we can hold in the folders array; + ** increased by CRAWL_NUMFOLDERS at a time */ int total; /* how many `folders' actually has */ char **folders; /* the array of folders */