X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2Farg-test.c;h=6c49eacd7f3a9bab7537ee82059b6c66a5a76d7a;hp=adc56e30e7d97e449a328ed8ff7642b429084b7b;hb=71521f06b00a01c5b0eaea5f5f624fe57ed7f426;hpb=5800a44bd5b77390d2243426f0c82de4d0495a1c 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 ++) {