summaryrefslogtreecommitdiffstats
path: root/liquivision.c
diff options
context:
space:
mode:
authorGravatar John Van Ostrand <john@vanostrand.com>2014-11-09 13:03:05 -0500
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-11-10 12:14:38 -0800
commitf85e4068553fc53cc1adbcabcf41d12ecd3ee378 (patch)
treee95db23113187fe19bce00486d3cc38c7f9e4bbb /liquivision.c
parent02567ec790039195c3b22c604f84beb1f10280a9 (diff)
downloadsubsurface-f85e4068553fc53cc1adbcabcf41d12ecd3ee378.tar.gz
Corrected Liquivision name
And added a missing liquivision item in file open dialog. Signed-off-by: John Van Ostrand <john@vanostrand.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'liquivision.c')
-rw-r--r--liquivision.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/liquivision.c b/liquivision.c
index a3f5d3a83..423486469 100644
--- a/liquivision.c
+++ b/liquivision.c
@@ -54,7 +54,7 @@ static void parse_dives (int log_version, const unsigned char *buf, unsigned int
dc->model = "Lynx";
break;
default:
- dc->model = "LiquiVision";
+ dc->model = "Liquivision";
break;
}
ptr++;