From 7f54db1f04f6d0d0e7edc917ea634badd5d4d679 Mon Sep 17 00:00:00 2001 From: Jani Nikula Date: Tue, 4 Dec 2012 00:54:52 +0200 Subject: test: fix an evident copy-paste error in argument parsing test --- test/arg-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/arg-test.c') diff --git a/test/arg-test.c b/test/arg-test.c index adc56e30..6c49eacd 100644 --- a/test/arg-test.c +++ b/test/arg-test.c @@ -41,7 +41,7 @@ int main(int argc, char **argv){ printf("positional arg 1 %s\n", pos_arg1); if (pos_arg2) - printf("positional arg 2 %s\n", pos_arg1); + printf("positional arg 2 %s\n", pos_arg2); for ( ; opt_index < argc ; opt_index ++) { -- cgit v1.2.3