mirror of
https://github.com/neovim/neovim.git
synced 2025-09-18 17:28:23 +00:00
*: Fix clint errors
This commit is contained in:
@@ -564,7 +564,7 @@ static void discard_exception(except_T *excp, int was_finished)
|
||||
*/
|
||||
void discard_current_exception(void)
|
||||
{
|
||||
discard_exception(current_exception, FALSE);
|
||||
discard_exception(current_exception, false);
|
||||
// Note: all globals manipulated here should be saved/restored in
|
||||
// try_enter/try_leave.
|
||||
current_exception = NULL;
|
||||
|
Reference in New Issue
Block a user