mirror of
https://github.com/neovim/neovim.git
synced 2025-10-04 00:46:30 +00:00
refactor: remove redundant char casts #15888
This commit is contained in:
@@ -396,7 +396,7 @@ void set_option_to(uint64_t channel_id, void *to, int type, String name, Object
|
||||
return;
|
||||
}
|
||||
|
||||
stringval = (char *)value.data.string.data;
|
||||
stringval = value.data.string.data;
|
||||
}
|
||||
|
||||
const sctx_T save_current_sctx = current_sctx;
|
||||
|
Reference in New Issue
Block a user