]> git.proxmox.com Git - qemu.git/blobdiff - qerror.h
qerror: qerror_table: don't use C99 struct initializers
[qemu.git] / qerror.h
index 52ce58dbc28cefa4b3f9178701d8525d1d325fa7..2e6a49d3f323c1bf256031621ac08306f5f05d84 100644 (file)
--- 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 {