mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 22:18:33 +00:00
Remove redundant casts
This commit is contained in:
@@ -772,7 +772,7 @@ err_closing:
|
||||
#endif
|
||||
/* expand the cscope exec for env var's */
|
||||
prog = xmalloc(MAXPATHL + 1);
|
||||
expand_env((char_u *)p_csprg, (char_u *)prog, MAXPATHL);
|
||||
expand_env(p_csprg, (char_u *)prog, MAXPATHL);
|
||||
|
||||
/* alloc space to hold the cscope command */
|
||||
len = (int)(strlen(prog) + strlen(csinfo[i].fname) + 32);
|
||||
|
Reference in New Issue
Block a user