Use only C89-style comments
This commit is contained in:
parent
482072939a
commit
50a3255dde
@ -1200,7 +1200,7 @@ libssh2_poll_channel_read(LIBSSH2_CHANNEL * channel, int extended)
|
||||
packet->data[0] == SSH_MSG_CHANNEL_DATA) {
|
||||
return 1;
|
||||
}
|
||||
//else - no data of any type is ready to be read
|
||||
/* else - no data of any type is ready to be read */
|
||||
}
|
||||
packet = packet->next;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user