notmuch-restore: remove extra increment of optind

This is left over from when the file name was a positional parameter.
This commit is contained in:
David Bremner 2012-11-14 22:42:38 -04:00
parent 3ac76816c5
commit fe13a55421

View file

@ -141,7 +141,6 @@ notmuch_restore_command (unused (void *ctx), int argc, char *argv[])
input_file_name, strerror (errno));
return 1;
}
optind++;
}
if (opt_index < argc) {