Skip to content

Commit

Permalink
Fix example in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tashcan committed Oct 6, 2023
1 parent 9c07b80 commit 78427d3
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 @@ -44,7 +44,7 @@ void hook(auto original, int n) {
return original(n);
}

void test_function(auto original, int n) {
void test_function(int n) {
if (n == 0) {
printf("N was 0\n");
}
Expand Down

0 comments on commit 78427d3

Please sign in to comment.