Commit 131aeabb authored by unknown's avatar unknown

Corrected a syntax error detected in test build.


client/mysqltest.c:
  Syntax error: Removed the trailing comma after last element of an "enum" list.
parent 7b4b9c45
...@@ -284,7 +284,7 @@ Q_EXIT, ...@@ -284,7 +284,7 @@ Q_EXIT,
Q_UNKNOWN, /* Unknown command. */ Q_UNKNOWN, /* Unknown command. */
Q_COMMENT, /* Comments, ignored. */ Q_COMMENT, /* Comments, ignored. */
Q_COMMENT_WITH_COMMAND, Q_COMMENT_WITH_COMMAND
}; };
/* this should really be called command */ /* this should really be called command */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment