Skip to content

Commit 3cf6711

Browse files
authored
Update README.md
1 parent c8beef6 commit 3cf6711

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ If the `--weak` option is specified, `insert_dylib` will insert a `LC_LOAD_WEAK_
3030
$ cat > test.c
3131
int main(void) {
3232
printf("Testing\n");
33-
return 0;}
33+
return 0;
34+
}
3435
^D
3536
$ clang test.c -o test &> /dev/null
3637
$ insert_dylib /usr/lib/libfoo.dylib test
@@ -105,4 +106,4 @@ Todo
105106

106107
- Improved checking for free space to insert the new load command
107108
- Allow removal of `LC_CODE_SIGNATURE` if it isn't the last load command
108-
- Remove `__RESTRICT,__restrict` if not enough space (suggesion by dirkg)
109+
- Remove `__RESTRICT,__restrict` if not enough space (suggesion by dirkg)

0 commit comments

Comments
 (0)