projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aba7f49
)
find: style fix
author
Denis Vlasenko
<vda.linux@googlemail.com>
Sun, 1 Jul 2007 17:29:44 +0000
(17:29 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Sun, 1 Jul 2007 17:29:44 +0000
(17:29 -0000)
findutils/find.c
patch
|
blob
|
history
diff --git
a/findutils/find.c
b/findutils/find.c
index 07cae971eca889725c00000b420070ae10cdac3c..cb57665d6071d23390e806abc06d8bee9abba3e1 100644
(file)
--- a/
findutils/find.c
+++ b/
findutils/find.c
@@
-758,12
+758,12
@@
static action*** parse_params(char **argv)
#define XATOU_SFX xatoul_sfx
#endif
static const struct suffix_mult find_suffixes[] = {
- { "c", 1 },
- { "w", 2 },
- { "b"+1, 512 },
- { "b", 512 },
- { "k", 1024 },
- { NULL, 0 }
+ { "c", 1 },
+ { "w", 2 },
+ { "b"+1, 512 },
+ { "b", 512 },
+ { "k", 1024 },
+ { NULL, 0 }
};
action_size *ap;
ap = ALLOC_ACTION(size);