summaryrefslogtreecommitdiff
path: root/qerror.h
diff options
context:
space:
mode:
Diffstat (limited to 'qerror.h')
-rw-r--r--qerror.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qerror.h b/qerror.h
index 52ce58dbc2..2e6a49d3f3 100644
--- a/qerror.h
+++ b/qerror.h
@@ -19,8 +19,8 @@
#include <stdarg.h>
typedef struct QErrorStringTable {
- const char *desc;
const char *error_fmt;
+ const char *desc;
} QErrorStringTable;
typedef struct QError {