X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=test%2Farg-test.c;fp=test%2Farg-test.c;h=6c49eacd7f3a9bab7537ee82059b6c66a5a76d7a;hb=5102da65c4c797d2a79eb5384b0e0c47176a31f0;hp=adc56e30e7d97e449a328ed8ff7642b429084b7b;hpb=f8950c6020708b2c530426c777785197411959cb;p=obsolete%2Fnotmuch-old 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 ++) {