diff options
Diffstat (limited to 'core/save-xml.c')
-rw-r--r-- | core/save-xml.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/save-xml.c b/core/save-xml.c index 963907fb2..3dde176bd 100644 --- a/core/save-xml.c +++ b/core/save-xml.c @@ -595,7 +595,7 @@ int save_dives(const char *filename) return save_dives_logic(filename, false, false); } -static void save_dives_buffer(struct membuffer *b, const bool select_only, bool anonymize) +static void save_dives_buffer(struct membuffer *b, bool select_only, bool anonymize) { int i; struct dive *dive; |