mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +00:00
channel_write: fix compiler warning
This commit is contained in:
@@ -532,7 +532,7 @@ static void on_request_event(void **argv)
|
||||
|
||||
static bool channel_write(Channel *channel, WBuffer *buffer)
|
||||
{
|
||||
bool success;
|
||||
bool success = false;
|
||||
|
||||
if (channel->closed) {
|
||||
wstream_release_wbuffer(buffer);
|
||||
|
Reference in New Issue
Block a user