diff --git a/src/main/hook/table.c b/src/main/hook/table.c index 067ea75..cc2e5af 100644 --- a/src/main/hook/table.c +++ b/src/main/hook/table.c @@ -177,7 +177,7 @@ static void hook_table_revert_to_iid( // Only revert-able if the original pointer was stored previously if (sym->link != NULL && *sym->link != NULL) { pe_patch(iate.ppointer, sym->link, sizeof(*sym->link)); - } + } } } }