aboutsummaryrefslogtreecommitdiffstats
path: root/docs/FAQ.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/FAQ.html')
-rw-r--r--docs/FAQ.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/FAQ.html b/docs/FAQ.html
index bf050c4..88c7676 100644
--- a/docs/FAQ.html
+++ b/docs/FAQ.html
@@ -803,7 +803,7 @@ define fastcc void @foo() {
ret void
}
define void @bar() {
- call void @foo( )
+ call void @foo()
ret void
}
</pre>