diff options
author | Rick Walsh <rickmwalsh@gmail.com> | 2016-05-21 20:14:23 +1000 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-05-21 07:03:55 -0700 |
commit | 1e607ae98d2f57ebb8dab27ada29187d9bd2dffb (patch) | |
tree | 342754110e953b1d22e5a810ce7cfadac151ce57 /core/pref.h | |
parent | 9b29173363861861949814191861fa46e255c349 (diff) | |
download | subsurface-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/pref.h')
-rw-r--r-- | core/pref.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/pref.h b/core/pref.h index be343796a..a0f9158b8 100644 --- a/core/pref.h +++ b/core/pref.h @@ -92,7 +92,7 @@ struct preferences { int descrate; int bottompo2; int decopo2; - int bestmixead; + int bestmixend; int proxy_type; char *proxy_host; int proxy_port; |