A few minor updates. ;-)
[oweals/busybox.git] / findutils / find.c
index 47ce21ec4f6d4fb36d61eaa5d6c69b8346cfe960..50872b7f180d95f2b551f9813074a9e9b84930e9 100644 (file)
@@ -90,7 +90,7 @@ int find_main(int argc, char **argv)
                if (strcmp(*argv, "name")==0) {
                    if (argc-- > 1) {
                        pattern = *(++argv);
-                       stopit=TRUE;
+                       stopit = TRUE;
                    } else {
                        usage (find_usage);
                    }