diff options
Diffstat (limited to 'libs/libssh2/src/channel.c')
-rw-r--r-- | libs/libssh2/src/channel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libssh2/src/channel.c b/libs/libssh2/src/channel.c index 2f7d162c72..529c2ef820 100644 --- a/libs/libssh2/src/channel.c +++ b/libs/libssh2/src/channel.c @@ -2180,7 +2180,7 @@ ssize_t _libssh2_channel_read(LIBSSH2_CHANNEL *channel, int stream_id, "channel_read() got %ld of data from %u/%u/%d%s", (long)bytes_want, channel->local.id, channel->remote.id, stream_id, - unlink_packet?" [ul]":"")); + unlink_packet ? " [ul]" : "")); /* copy data from this struct to the target buffer */ memcpy(&buf[bytes_read], |