mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
cleanup: remove double const qualifier
The redundant qualifier was introduced in an erroneous rebase. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
a58eee9aa3
commit
272b7b3e27
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
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 dive_table *table, struct trip_table *trips, struct dive_site_table *sites,
|
||||||
struct device_table *devices, struct filter_preset_table *filter_presets,
|
struct device_table *devices, struct filter_preset_table *filter_presets,
|
||||||
const const struct xml_params *params)
|
const struct xml_params *params)
|
||||||
{
|
{
|
||||||
UNUSED(size);
|
UNUSED(size);
|
||||||
xmlDoc *doc;
|
xmlDoc *doc;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue