Fixed a space at the beginning of comment

This commit is contained in:
Massimiliano Pinto 2013-06-14 17:50:13 +02:00
parent e8d6289ca2
commit ebbe4bf035

View File

@ -40,7 +40,7 @@ struct dcb;
* MySQL Protocol specific state data
*/
typedef struct {
int fd; / * The socket descriptor */
int fd; /* The socket descriptor */
struct dcb *descriptor; /* The DCB of the socket we are running on */
int state; /* Current descriptor state */
char scramble[MYSQL_SCRAMBLE_LEN]; /* server scramble, created or received */