summaryrefslogtreecommitdiff
path: root/kconfiglib.py
diff options
context:
space:
mode:
Diffstat (limited to 'kconfiglib.py')
-rw-r--r--kconfiglib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kconfiglib.py b/kconfiglib.py
index 91646a3..4efb08b 100644
--- a/kconfiglib.py
+++ b/kconfiglib.py
@@ -1888,7 +1888,7 @@ class Symbol(Item):
if new_val == "m" and self.type == BOOL:
new_val = "y"
- elif self.type == HEX or self.type == INT:
+ elif self.type == INT or self.type == HEX:
has_active_range = False
low = None
high = None