提交 8635b1f6 编写于 作者: J John Ferlan

docs: Fix apibuild.py syntax

Commit id '477502de' altered the entry to add one too many closing
parenthesis ')' and that propagated into commit id '9176b42b'.
Signed-off-by: NJohn Ferlan <jferlan@redhat.com>
上级 b6f6a0d9
......@@ -478,7 +478,7 @@ class CLexer:
if line[0] == '#':
self.tokens = list(map((lambda x: ('preproc', x)),
line.split())))
line.split()))
# We might have whitespace between the '#' and preproc
# macro name, so instead of having a single token element
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册