Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Unity-Technologies/libatomic_ops.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_stack.c')
-rw-r--r--tests/test_stack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_stack.c b/tests/test_stack.c
index 29cdbd8..8a8ba50 100644
--- a/tests/test_stack.c
+++ b/tests/test_stack.c
@@ -164,7 +164,7 @@ int main(int argc, char **argv)
}
else
{
- fprintf(stderr, "Usage: %s [max # of threads]\n");
+ fprintf(stderr, "Usage: %s [max # of threads]\n", argv[0]);
exit(1);
}
for (exper_n = 0; exper_n < N_EXPERIMENTS; ++ exper_n)