find: style fix

This commit is contained in:
Denis Vlasenko 2007-07-01 17:29:44 +00:00
parent aba7f49a22
commit 99fcc62523

View File

@ -758,12 +758,12 @@ static action*** parse_params(char **argv)
#define XATOU_SFX xatoul_sfx #define XATOU_SFX xatoul_sfx
#endif #endif
static const struct suffix_mult find_suffixes[] = { static const struct suffix_mult find_suffixes[] = {
{ "c", 1 }, { "c", 1 },
{ "w", 2 }, { "w", 2 },
{ "b"+1, 512 }, { "b"+1, 512 },
{ "b", 512 }, { "b", 512 },
{ "k", 1024 }, { "k", 1024 },
{ NULL, 0 } { NULL, 0 }
}; };
action_size *ap; action_size *ap;
ap = ALLOC_ACTION(size); ap = ALLOC_ACTION(size);