aboutsummaryrefslogtreecommitdiff
path: root/subhook_unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'subhook_unix.c')
-rw-r--r--subhook_unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/subhook_unix.c b/subhook_unix.c
index d3616d7..d0d1251 100644
--- a/subhook_unix.c
+++ b/subhook_unix.c
@@ -51,7 +51,7 @@ void *subhook_alloc_code(size_t size) {
0);
}
-int subhok_free_code(void *address, size_t size) {
+int subhook_free_code(void *address, size_t size) {
if (address == NULL) {
return 0;
}