summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLunar Journal <root@spacehen.io>2023-09-07 12:07:18 +0200
committerGitHub <noreply@github.com>2023-09-07 12:07:18 +0200
commit70c29f17d9505299f968b25ec7ae25ce73a2b860 (patch)
tree3a9761a664eb0eccbbf9d8bcef3ecb012eae9112
parent108c12ff4f98de2205a0f2a259557a203430ae43 (diff)
downloadcdl86-70c29f17d9505299f968b25ec7ae25ce73a2b860.tar.gz
cdl86-70c29f17d9505299f968b25ec7ae25ce73a2b860.zip
cdl86: readme: update readme
Fix readme error.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3f49142..bcf1d34 100644
--- a/README.md
+++ b/README.md
@@ -63,7 +63,7 @@ int add_detour(
}
```
-Then in our `main()` function we create a cdl_jmp_patch struct and assign
+Then in our `main()` function we create a `cdl_jmp_patch` struct and assign
a value to `addo` (our function pointer to the original function):
```
struct cdl_jmp_patch jmp_patch = {};