diff options
Diffstat (limited to 'shell/e-config-upgrade.c')
-rw-r--r-- | shell/e-config-upgrade.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/e-config-upgrade.c b/shell/e-config-upgrade.c index 48f141bde8..9128dd6018 100644 --- a/shell/e-config-upgrade.c +++ b/shell/e-config-upgrade.c @@ -617,8 +617,8 @@ upgrade_xml_1_2_rec(xmlNodePtr node) { const char *value_tags[] = { "string", "address", "regex", "file", "command", NULL }; const char *rule_tags[] = { "title", NULL }; - const struct { - char *name; + struct { + const char *name; const char **tags; } tags[] = { { "value", value_tags }, |