Skip to content

Commit

Permalink
Rename varcstrings > varCStrings
Browse files Browse the repository at this point in the history
  • Loading branch information
abextm committed May 15, 2018
1 parent 97a5031 commit bc1f353
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ public interface RSVarcs
@Import("varCInts")
int[] getIntVarcs();

@Import("varcstrings")
@Import("varCStrings")
String[] getStrVarcs();
}

0 comments on commit bc1f353

Please sign in to comment.