Skip to content

Commit a4cb668

Browse files
mkannwischerhanno-becker
authored andcommitted
fix typo in autogen
Signed-off-by: Matthias J. Kannwischer <matthias@kannwischer.eu>
1 parent 1a53eab commit a4cb668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/autogen

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ class CondParser:
413413
args = None
414414
break
415415
if args is None:
416-
return
416+
return res
417417
# Check if all args are numerical and different
418418
if rhs.isdigit() and all(
419419
map(lambda a: a.isdigit() and int(a) != int(rhs), args)

0 commit comments

Comments
 (0)