X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/3bd5ce286fa6983f3f3f9fda4ff7f2f96c2a22a2..f1595ee7fc4db1bf8c50b00a796fb3f9b1d66c21:/sbr/crawl_folders.c?ds=inline diff --git a/sbr/crawl_folders.c b/sbr/crawl_folders.c index 67de2a50..ec025be5 100644 --- a/sbr/crawl_folders.c +++ b/sbr/crawl_folders.c @@ -29,7 +29,7 @@ struct crawl_context { static void add_folder (char *fold, struct crawl_context *crawl) { - register int i, j; + int i, j; /* if necessary, reallocate the space for folder names */ if (crawl->foldp >= crawl->max) {