mirror of
https://github.com/git/git.git
synced 2026-02-18 21:59:08 +00:00
Merge branch 'cc/fix-missing-va-end-in-revert' into next
By Christian Couder * cc/fix-missing-va-end-in-revert: revert: add missing va_end
This commit is contained in:
@@ -86,6 +86,7 @@ static void verify_opt_mutually_compatible(const char *me, ...)
|
||||
break;
|
||||
}
|
||||
}
|
||||
va_end(ap);
|
||||
|
||||
if (opt1 && opt2)
|
||||
die(_("%s: %s cannot be used with %s"), me, opt1, opt2);
|
||||
|
||||
Reference in New Issue
Block a user