docs: Fix apibuild.py syntax

Commit id '477502de3' altered the entry to add one too many closing
parenthesis ')' and that propagated into commit id '9176b42bd'.

Signed-off-by: John Ferlan <jferlan@redhat.com>
This commit is contained in:
John Ferlan 2018-03-15 16:17:05 -04:00
parent b6f6a0d984
commit 8635b1f6b3
1 changed files with 1 additions and 1 deletions

View File

@ -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