1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00

Corrected a syntax error detected in test build.

client/mysqltest.c:
  Syntax error: Removed the trailing comma after last element of an "enum" list.
This commit is contained in:
unknown
2004-11-11 14:12:45 +01:00
parent 971660bec5
commit 791df7b077

View File

@@ -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 */