mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 01:16:31 +00:00
ex_getln: Return something from hist_type2char without asserts
Otherwise QuickBuild shows a warning that control may reach end of non-void function.
This commit is contained in:
@@ -4783,6 +4783,7 @@ int hist_type2char(int type)
|
||||
assert(false);
|
||||
}
|
||||
}
|
||||
return NUL;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user