Merge pull request #103 from metalefty/fix-comment-in-block-comment

xrdpapi: Fix comment, no logic change
ulab-next
jsorg71 11 years ago
commit 6350945d55

@ -184,7 +184,7 @@ mysend(int sck, const void* adata, int bytes)
* write data to client connection * write data to client connection
* *
* @return 0 on success, -1 on error * @return 0 on success, -1 on error
/*****************************************************************************/ *****************************************************************************/
int int
WTSVirtualChannelWrite(void *hChannelHandle, const char *Buffer, WTSVirtualChannelWrite(void *hChannelHandle, const char *Buffer,
unsigned int Length, unsigned int *pBytesWritten) unsigned int Length, unsigned int *pBytesWritten)

Loading…
Cancel
Save