From 1100ff21d6b8c8e168af55dbf8932e095795e42f Mon Sep 17 00:00:00 2001 From: comex Date: Wed, 21 Jan 2015 01:41:38 -0500 Subject: Some cleanup. --- test/test-inject.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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 n"); + printf("usage: test-inject \n"); return 1; } int pid = atoi(argv[1]); -- cgit v1.2.3