Commit 791df7b0 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 971660be
......@@ -284,7 +284,7 @@ Q_EXIT,
Q_UNKNOWN, /* Unknown command. */
Q_COMMENT, /* Comments, ignored. */
Q_COMMENT_WITH_COMMAND,
Q_COMMENT_WITH_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