aboutsummaryrefslogtreecommitdiff
path: root/findutils
diff options
context:
space:
mode:
Diffstat (limited to 'findutils')
-rw-r--r--findutils/find.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/findutils/find.c b/findutils/find.c
index eaf1d5946..47cba7c88 100644
--- a/findutils/find.c
+++ b/findutils/find.c
@@ -760,10 +760,10 @@ static action*** parse_params(char **argv)
760 static const struct suffix_mult find_suffixes[] = { 760 static const struct suffix_mult find_suffixes[] = {
761 { "c", 1 }, 761 { "c", 1 },
762 { "w", 2 }, 762 { "w", 2 },
763 { "b"+1, 512 }, 763 { "", 512 },
764 { "b", 512 }, 764 { "b", 512 },
765 { "k", 1024 }, 765 { "k", 1024 },
766 { NULL, 0 } 766 { }
767 }; 767 };
768 action_size *ap; 768 action_size *ap;
769 ap = ALLOC_ACTION(size); 769 ap = ALLOC_ACTION(size);