Fixed minor documentation issue.

This commit is contained in:
udan1107
2013-05-17 19:57:53 +03:00
parent a6784e2db5
commit ceb5a9a84a
+1 -1
View File
@@ -67,7 +67,7 @@ void my_foo(int x) {
}
int main() {
hook.Install((void*)foo, (void*)my_foo);
foo_hook.Install((void*)foo, (void*)my_foo);
}
```