diff options
Diffstat (limited to 'kconfiglib.py')
| -rw-r--r-- | kconfiglib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kconfiglib.py b/kconfiglib.py index 2f1805a..bef75ee 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -2230,9 +2230,9 @@ class Kconfig(object): node.item.is_optional = True else: - self._tokens_i = -1 # Reuse the tokens for the non-property line later self._has_tokens = True + self._tokens_i = -1 break # Done parsing properties. Now add the new |
