Skip to content

Commit 3758316

Browse files
extraneous space
1 parent 40191d7 commit 3758316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mergelist.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ SEXP cbindlist(SEXP x, SEXP copyArg) {
7171
setAttrib(ans, sym_index, index);
7272
SEXP names = PROTECT(allocVector(STRSXP, nans));
7373
for (int i=0, ians=0; i<nx; ++i) {
74-
int protect i =0;
74+
int protecti =0;
7575
SEXP thisx = VECTOR_ELT(x, i);
7676
SEXP thisnames = PROTECT(getAttrib(thisx, R_NamesSymbol)); protecti++
7777
for (int j=0; j<nnx[i]; ++j, ++ians) {

0 commit comments

Comments
 (0)