aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-07-01 17:29:44 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-07-01 17:29:44 +0000
commit99fcc6252332599c1b620d05467cee188a48b718 (patch)
tree441daf2296865a70ff592ad9c66092c579825049
parentaba7f49a228e56f34e9f234794a21c3ca8ca1679 (diff)
downloadbusybox-w32-99fcc6252332599c1b620d05467cee188a48b718.tar.gz
busybox-w32-99fcc6252332599c1b620d05467cee188a48b718.tar.bz2
busybox-w32-99fcc6252332599c1b620d05467cee188a48b718.zip
find: style fix
-rw-r--r--findutils/find.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/findutils/find.c b/findutils/find.c
index 07cae971e..cb57665d6 100644
--- a/findutils/find.c
+++ b/findutils/find.c
@@ -758,12 +758,12 @@ static action*** parse_params(char **argv)
758#define XATOU_SFX xatoul_sfx 758#define XATOU_SFX xatoul_sfx
759#endif 759#endif
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 { "b"+1, 512 },
764 { "b", 512 }, 764 { "b", 512 },
765 { "k", 1024 }, 765 { "k", 1024 },
766 { NULL, 0 } 766 { NULL, 0 }
767 }; 767 };
768 action_size *ap; 768 action_size *ap;
769 ap = ALLOC_ACTION(size); 769 ap = ALLOC_ACTION(size);