Use only C89-style comments

This commit is contained in:
Dan Fandrich
2008-11-21 02:25:38 +00:00
parent 482072939a
commit 50a3255dde

View File

@@ -1200,7 +1200,7 @@ libssh2_poll_channel_read(LIBSSH2_CHANNEL * channel, int extended)
packet->data[0] == SSH_MSG_CHANNEL_DATA) { packet->data[0] == SSH_MSG_CHANNEL_DATA) {
return 1; 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; packet = packet->next;
} }