Commit 1c91e4b7 1c91e4b7d0a95e2fc1d2966e33ed98db6053338a by Sergey Poznyakoff

(mh_getopt): Bugfix

1 parent 22130e2e
......@@ -95,6 +95,8 @@ mh_getopt (int argc, char **argv, struct mh_option *mh_opt, const char *doc)
mh_help (mh_opt, doc);
exit (1);
}
else
mh_optind++;
return '?';
}
......