Skip to content

Commit 9da65da

Browse files
committed
add missing comma
1 parent 3268980 commit 9da65da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/Attributes.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ sourceCpp <- function(file = "",
6767
} else {
6868
if (windowsDebugDLL) {
6969
if (verbose) {
70-
message("The 'windowsDebugDLL' toggle is ignored on "
70+
message("The 'windowsDebugDLL' toggle is ignored on ",
7171
"non-Windows platforms.")
7272
}
7373
windowsDebugDLL <- FALSE # now we do not need to deal with OS choice below

0 commit comments

Comments
 (0)