aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;