]> diplodocus.org Git - nmh/blobdiff - uip/rmf.c
sizeof char is always 1, so don't bother to divide by it.
[nmh] / uip / rmf.c
index ec2f8fa0dae2b49f9140f35ab0d3c8eccfbccf40..cede3b0991d64a3f9db3ca09aaa6ecd514a8b400 100644 (file)
--- 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;