From ebbe4bf035a288d2686176420825e64d1368ba45 Mon Sep 17 00:00:00 2001 From: Massimiliano Pinto Date: Fri, 14 Jun 2013 17:50:13 +0200 Subject: [PATCH] Fixed a space at the beginning of comment --- include/mysql_protocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */