diff --git a/include/mysql_protocol.h b/include/mysql_protocol.h index 89b0ba9da..424d01791 100644 --- a/include/mysql_protocol.h +++ b/include/mysql_protocol.h @@ -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 */