diff options
author | Lunar Journal <root@spacehen.io> | 2023-09-07 12:07:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-07 12:07:18 +0200 |
commit | 70c29f17d9505299f968b25ec7ae25ce73a2b860 (patch) | |
tree | 3a9761a664eb0eccbbf9d8bcef3ecb012eae9112 | |
parent | 108c12ff4f98de2205a0f2a259557a203430ae43 (diff) | |
download | cdl86-70c29f17d9505299f968b25ec7ae25ce73a2b860.tar.gz cdl86-70c29f17d9505299f968b25ec7ae25ce73a2b860.zip |
cdl86: readme: update readme
Fix readme error.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = {};
|