Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViktors Tjarve <viktors.tjarve@zabbix.com>2020-04-23 12:04:14 +0300
committerViktors Tjarve <viktors.tjarve@zabbix.com>2020-04-23 12:04:14 +0300
commit1fedf600beff8d87a0b88b8eba0b7a6e6f3cee89 (patch)
tree7f36d886b0da4fb6b64d62bb3b3d4f7b4a64c79c /include/dbschema.h
parent6058f3a4c113feb6fda0e06cc28c1650d933ff4f (diff)
....I..... [ZBX-17512] added DB upgrade patch; fixed DB modify type for Oracle; minor coding style fix
Diffstat (limited to 'include/dbschema.h')
-rw-r--r--include/dbschema.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dbschema.h b/include/dbschema.h
index c44f1d93efc..b99b2a5402b 100644
--- a/include/dbschema.h
+++ b/include/dbschema.h
@@ -59,7 +59,7 @@ ZBX_FIELD;
typedef struct
{
- const char *table;
+ const char *table;
const char *recid;
unsigned char flags;
ZBX_FIELD fields[ZBX_MAX_FIELDS];