summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/plannernotes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/plannernotes.c b/core/plannernotes.c
index 9f9a43f92..114c2a10b 100644
--- a/core/plannernotes.c
+++ b/core/plannernotes.c
@@ -210,7 +210,7 @@ void add_plan_to_notes(struct diveplan *diveplan, struct dive *dive, bool show_d
FRACTION(dp->time, 60),
gasname(&gasmix));
- len += snprintf(buffer + len, sz_buffer - len, "%s<br>", temp);
+ len += snprintf(buffer + len, sz_buffer - len, "%s<br>", temp);
newdepth = dp->depth.mm;
lasttime = dp->time;
}