summaryrefslogtreecommitdiffstats
path: root/parse-xml.c
diff options
context:
space:
mode:
Diffstat (limited to 'parse-xml.c')
-rw-r--r--parse-xml.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/parse-xml.c b/parse-xml.c
index 916a780d1..376860e6b 100644
--- a/parse-xml.c
+++ b/parse-xml.c
@@ -662,9 +662,9 @@ static void try_to_fill_sample(struct sample *sample, const char *name, char *bu
if (MATCH(".sample.stopdepth", depth, &sample->stopdepth))
return;
if (MATCH(".sample.cns", get_index, &sample->cns))
- return;
+ return;
if (MATCH(".sample.po2", double_to_permil, &sample->po2))
- return;
+ return;
switch (import_source) {
case DIVINGLOG: