diff options
| -rw-r--r-- | kconfiglib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kconfiglib.py b/kconfiglib.py index ced3e9a..ff33f30 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -2856,7 +2856,7 @@ class Kconfig(object): return indent = _indentation(line) - if indent == 0: + if not indent: # If the first non-empty lines has zero indent, there is no help # text self._warn(_name_and_loc(node.item) + |
