Merge branch 'cc/fix-missing-va-end-in-revert'
By Christian Couder * cc/fix-missing-va-end-in-revert: revert: add missing va_endmaint
commit
8939cfb5cf
|
|
@ -86,6 +86,7 @@ static void verify_opt_mutually_compatible(const char *me, ...)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
va_end(ap);
|
||||||
|
|
||||||
if (opt1 && opt2)
|
if (opt1 && opt2)
|
||||||
die(_("%s: %s cannot be used with %s"), me, opt1, opt2);
|
die(_("%s: %s cannot be used with %s"), me, opt1, opt2);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue