Commit 5a8fca94059fbf14ac7352ce487c9250cdd67c63

Anthony Green 2017-03-15T09:52:39

Fix typo

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/testsuite/lib/libffi.exp b/testsuite/lib/libffi.exp
index 1dcbecb..0c8ff23 100644
--- a/testsuite/lib/libffi.exp
+++ b/testsuite/lib/libffi.exp
@@ -220,7 +220,7 @@ proc libffi_target_compile { source dest type options } {
 
     # this may be required for g++, but just confused clang.
     if { [string match "*.cc" $source] } {
-        if { [string match $compiler_vendor "gnu"] }
+        if { [string match $compiler_vendor "gnu"] } {
 	    lappend options "c++"
         }
     }