summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--save-xml.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/save-xml.c b/save-xml.c
index 55740ce92..cd5ccf94c 100644
--- a/save-xml.c
+++ b/save-xml.c
@@ -282,7 +282,7 @@ static void save_events(FILE *f, struct event *ev)
}
}
-static void save_trip(FILE *f, struct dive *trip)
+static void save_trip(FILE *f, dive_trip_t *trip)
{
struct tm tm;