Skip to content

Commit

Permalink
Fixing an outdated example
Browse files Browse the repository at this point in the history
  • Loading branch information
srdja committed Jun 29, 2016
1 parent b525874 commit e44b306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ int main(int argc, char **argv) {
array_add(ar, "Hello World!\n");

char *str;
array_get(ar, 0, (void*) &str);
array_get_at(ar, 0, (void*) &str);
printf("%s", str);

return 0;
Expand Down

0 comments on commit e44b306

Please sign in to comment.