summaryrefslogtreecommitdiffstats
path: root/core/subsurfacestartup.c
diff options
context:
space:
mode:
authorGravatar Rick Walsh <rickmwalsh@gmail.com>2016-05-21 20:14:23 +1000
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-05-21 07:03:55 -0700
commit1e607ae98d2f57ebb8dab27ada29187d9bd2dffb (patch)
tree342754110e953b1d22e5a810ce7cfadac151ce57 /core/subsurfacestartup.c
parent9b29173363861861949814191861fa46e255c349 (diff)
downloadsubsurface-1e607ae98d2f57ebb8dab27ada29187d9bd2dffb.tar.gz
fixup: Don't confuse EAD and END
The previous patch (Planner: add best mix EAD preference) used the term EAD (equivalent air depth) in variable names and strings, when it should have been END (equivalent narcotic depth). They're not the same thing and shouldn't be confused. Signed-off-by: Rick Walsh <rickmwalsh@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core/subsurfacestartup.c')
-rw-r--r--core/subsurfacestartup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/subsurfacestartup.c b/core/subsurfacestartup.c
index f58efb114..1dba381de 100644
--- a/core/subsurfacestartup.c
+++ b/core/subsurfacestartup.c
@@ -52,7 +52,7 @@ struct preferences default_prefs = {
.descrate = 18000 / 60,
.bottompo2 = 1400,
.decopo2 = 1600,
- .bestmixead = 30000,
+ .bestmixend = 30000,
.doo2breaks = false,
.drop_stone_mode = false,
.switch_at_req_stop = false,