Skip to content

Commit a2a3d0c

Browse files
committed
Missed a comma
1 parent 2d0e8a7 commit a2a3d0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/GHSWorkspaceCreator.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ sub pre_workspace {
109109
"primaryTarget=$tgt$crlf",
110110
"customization=\${__OS_DIR}\\target\\integrity.bod$crlf",
111111
"[Project]$crlf",
112-
"\t#Trick ACE to proceed with C++11; we're not actually using C++14!$crlf"
112+
"\t#Trick ACE to proceed with C++11; we're not actually using C++14!$crlf",
113113
"\t-DACE_HAS_CPP14$crlf",
114114
"\t-gcc$crlf",
115115
"\t--c++11$crlf",

0 commit comments

Comments
 (0)