mirror of
https://github.com/neovim/neovim.git
synced 2025-09-11 05:48:17 +00:00
Remove redundant casts
This commit is contained in:
@@ -724,7 +724,7 @@ do_bufdel (
|
||||
*/
|
||||
if (bnr == curbuf->b_fnum)
|
||||
do_current = bnr;
|
||||
else if (do_buffer(command, DOBUF_FIRST, FORWARD, (int)bnr,
|
||||
else if (do_buffer(command, DOBUF_FIRST, FORWARD, bnr,
|
||||
forceit) == OK)
|
||||
++deleted;
|
||||
|
||||
|
Reference in New Issue
Block a user