Skip to content

Commit d98830b

Browse files
committed
update snapshot
1 parent 3190781 commit d98830b

2 files changed

Lines changed: 55 additions & 55 deletions

File tree

R/c-wrapper.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ make_c_bridge <- function(fsub, strict = TRUE, headers = TRUE) {
4444
append(c_body) <- return_var_c_defs(return_var, fsub@scope)
4545
add(n_protected) <- 1L # allocated return var
4646
if (return_var@rank > 1) {
47-
add(n_protected) <- 1L # allocated _dim_sexp
47+
add(n_protected) <- 1L # allocated _dim_sexp
4848
}
4949
}
5050

0 commit comments

Comments
 (0)