diff options
Diffstat (limited to 'core/parse-xml.c')
-rw-r--r-- | core/parse-xml.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/parse-xml.c b/core/parse-xml.c index bce6d2f31..d3dda0c43 100644 --- a/core/parse-xml.c +++ b/core/parse-xml.c @@ -1721,7 +1721,7 @@ static const char *preprocess_divelog_de(const char *buffer) int parse_xml_buffer(const char *url, const char *buffer, int size, struct dive_table *table, struct trip_table *trips, struct dive_site_table *sites, - filter_preset_table_t *filter_presets, const char **params) + struct filter_preset_table *filter_presets, const char **params) { UNUSED(size); xmlDoc *doc; |