]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: Fix apibuild.py syntax
authorJohn Ferlan <jferlan@redhat.com>
Thu, 15 Mar 2018 20:17:05 +0000 (16:17 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Thu, 15 Mar 2018 20:20:07 +0000 (16:20 -0400)
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>
docs/apibuild.py

index ba359c98cd94e40cbdc3b6994055a1b2f8579b46..67b7eed1e6ea21bcd20ad4ce46f4067ad79e41bf 100755 (executable)
@@ -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