]> git.marmaro.de Git - mmh/blobdiff - sbr/crawl_folders.c
Drop register storage class
[mmh] / sbr / crawl_folders.c
index b59a8e7ea718440fc5f2ca21621d8f491c936544..47327edd83ff8d0cf0ba5a48789670b17c5f7d87 100644 (file)
@@ -31,7 +31,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) {