Skip to content

Commit

Permalink
Merge pull request #2374 from olivroy/patch-1
Browse files Browse the repository at this point in the history
Fix coverage action
  • Loading branch information
edzer authored Apr 3, 2024
2 parents a8d05dd + f11eb73 commit 2867dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/proj.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ Rcpp::CharacterVector CPL_get_data_dir(bool from_proj = false) {
#endif
}

Rcpp::LogicalVector CPL_set_data_dir(Rcpp::CharacterVector data_dir, bool with_proj) {
Rcpp::LogicalVector CPL_set_data_dir(Rcpp::CharacterVector data_dir, bool with_proj) { // #nocov start
return false;
}

Expand Down

0 comments on commit 2867dd2

Please sign in to comment.