From 272b7b3e278b291e2df0f7bf290856f1daa950bc Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Sun, 25 Oct 2020 08:25:23 +0100 Subject: cleanup: remove double const qualifier The redundant qualifier was introduced in an erroneous rebase. Signed-off-by: Berthold Stoeger --- core/parse-xml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/parse-xml.c b/core/parse-xml.c index b50a7b582..aab25ffaf 100644 --- a/core/parse-xml.c +++ b/core/parse-xml.c @@ -1724,7 +1724,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, struct device_table *devices, struct filter_preset_table *filter_presets, - const const struct xml_params *params) + const struct xml_params *params) { UNUSED(size); xmlDoc *doc; -- cgit v1.2.3-70-g09d2