aboutsummaryrefslogtreecommitdiff
path: root/libbb/obscure.c
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-01-13 12:03:26 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-01-13 12:03:26 +0000
commit853c44b798873830aeef073c098f37e7059f43a8 (patch)
tree1e2b6d56a84b521f3a1f80cc5bcccb575cf3377b /libbb/obscure.c
parent2677cf1b0ac9c31e5bbe7f22cf639dacead7808c (diff)
downloadbusybox-853c44b798873830aeef073c098f37e7059f43a8.tar.gz
- correct definitions.
Diffstat (limited to 'libbb/obscure.c')
-rw-r--r--libbb/obscure.c4
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)
{
#define digits 1
#define uppers 2
-#define lowers 3
-#define others 4
+#define lowers 4
+#define others 8
int c, is_simple = 0;
int size;
int i;