]> git.cworth.org Git - obsolete/notmuch-old/blobdiff - test/arg-test.c
Merge tag 'debian/0.15.1-1' into squeeze-backports
[obsolete/notmuch-old] / test / arg-test.c
index adc56e30e7d97e449a328ed8ff7642b429084b7b..6c49eacd7f3a9bab7537ee82059b6c66a5a76d7a 100644 (file)
@@ -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 ++) {