summaryrefslogtreecommitdiffstats
path: root/core/save-profiledata.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/save-profiledata.c')
-rw-r--r--core/save-profiledata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/save-profiledata.c b/core/save-profiledata.c
index 87047a34a..696dc7016 100644
--- a/core/save-profiledata.c
+++ b/core/save-profiledata.c
@@ -239,7 +239,7 @@ void save_subtitles_buffer(struct membuffer *b, struct dive *dive, int offset, i
free_plot_info_data(&pi);
}
-int save_profiledata(const char *filename, const bool select_only)
+int save_profiledata(const char *filename, bool select_only)
{
struct membuffer buf = { 0 };
FILE *f;