X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/0509728c8a506f287fa3483d8e8ffaf8fb66d41d..2b677bfbc0ece2abfb27fa5ff7827ebe2e4609a0:/uip/rmf.c?ds=inline diff --git a/uip/rmf.c b/uip/rmf.c index ec2f8fa0..cede3b09 100644 --- a/uip/rmf.c +++ b/uip/rmf.c @@ -164,7 +164,7 @@ rmf (char *folder) if (strcmp (dp->d_name, ".") == 0 || strcmp (dp->d_name, "..") == 0) continue; - /* FALLTHRU */ + break; case ',': break;