]> diplodocus.org Git - nmh/blobdiff - sbr/crawl_folders.c
Don't `else' after goto. Simplify control flow.
[nmh] / sbr / crawl_folders.c
index 67de2a507feeb2b8fdef1df11d5f532603ffa6cf..ec025be55cdc59a9626eb32d951d7cae24ebf4b4 100644 (file)
@@ -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) {