diff options
author | comex | 2015-01-21 01:41:38 -0500 |
---|---|---|
committer | comex | 2015-01-21 01:41:38 -0500 |
commit | 1100ff21d6b8c8e168af55dbf8932e095795e42f (patch) | |
tree | dcac2558e81f14aa94d7cbe9ca37e43f83740359 /test/test-inject.c | |
parent | woo, inject seems to work on all platforms (diff) | |
download | substitute-1100ff21d6b8c8e168af55dbf8932e095795e42f.tar.gz |
Some cleanup.
Diffstat (limited to 'test/test-inject.c')
-rw-r--r-- | test/test-inject.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-inject.c b/test/test-inject.c index 53918db..96ad46a 100644 --- a/test/test-inject.c +++ b/test/test-inject.c @@ -7,7 +7,7 @@ int main(int argc, char **argv) { if (argc <= 2) { - printf("usage: test-inject <pid> <dylib>n"); + printf("usage: test-inject <pid> <dylib>\n"); return 1; } int pid = atoi(argv[1]); |