X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/0509728c8a506f287fa3483d8e8ffaf8fb66d41d..2fc70e8bf64ead869fce76abb74f04bf1af94923:/uip/rmf.c?ds=sidebyside diff --git a/uip/rmf.c b/uip/rmf.c index ec2f8fa0..5450fd69 100644 --- a/uip/rmf.c +++ b/uip/rmf.c @@ -72,8 +72,7 @@ main (int argc, char **argv) if (*cp == '+' || *cp == '@') { if (folder) adios (NULL, "only one folder at a time!"); - else - folder = pluspath (cp); + folder = pluspath (cp); } else { adios (NULL, "usage: %s [+folder] [switches]", invo_name); } @@ -164,7 +163,7 @@ rmf (char *folder) if (strcmp (dp->d_name, ".") == 0 || strcmp (dp->d_name, "..") == 0) continue; - /* FALLTHRU */ + break; case ',': break;