diff options
author | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-01-13 12:03:26 +0000 |
---|---|---|
committer | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-01-13 12:03:26 +0000 |
commit | d6029becbfbfa55c43722ffb138ab4dfbaa419e0 (patch) | |
tree | 1e2b6d56a84b521f3a1f80cc5bcccb575cf3377b /libbb | |
parent | 1cedada7cd5ee57938836adb35f63f336b1a652a (diff) | |
download | busybox-w32-d6029becbfbfa55c43722ffb138ab4dfbaa419e0.tar.gz busybox-w32-d6029becbfbfa55c43722ffb138ab4dfbaa419e0.tar.bz2 busybox-w32-d6029becbfbfa55c43722ffb138ab4dfbaa419e0.zip |
- correct definitions.
git-svn-id: svn://busybox.net/trunk/busybox@13267 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'libbb')
-rw-r--r-- | libbb/obscure.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbb/obscure.c b/libbb/obscure.c index 259f6788d..18373510f 100644 --- a/libbb/obscure.c +++ b/libbb/obscure.c | |||
@@ -84,8 +84,8 @@ static int simple(const char *newval) | |||
84 | { | 84 | { |
85 | #define digits 1 | 85 | #define digits 1 |
86 | #define uppers 2 | 86 | #define uppers 2 |
87 | #define lowers 3 | 87 | #define lowers 4 |
88 | #define others 4 | 88 | #define others 8 |
89 | int c, is_simple = 0; | 89 | int c, is_simple = 0; |
90 | int size; | 90 | int size; |
91 | int i; | 91 | int i; |