diff options
author | Martin Měřinský <mermar@centrum.cz> | 2017-03-06 13:36:42 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-03-11 08:09:07 -0800 |
commit | 95d5771513878dbe0f51fc9ac172f5d649a42e3f (patch) | |
tree | e2e0ae9c7d81f9e6e2180e087807b0f37d6faa00 /core/liquivision.c | |
parent | dcf254221504d1e41e491de3a74e07a7c585d2c1 (diff) | |
download | subsurface-95d5771513878dbe0f51fc9ac172f5d649a42e3f.tar.gz |
We use 'setpoint' in UI. Use it also for documentation and comments. No semantic change.
Diffstat (limited to 'core/liquivision.c')
-rw-r--r-- | core/liquivision.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/liquivision.c b/core/liquivision.c index 9347a724a..c023e0f02 100644 --- a/core/liquivision.c +++ b/core/liquivision.c @@ -54,7 +54,7 @@ static int handle_event_ver3(int code, const unsigned char *ps, unsigned int ps_ break; case 0x0008: // 4 byte time - // 2 byte gas set point 2 + // 2 byte gas setpoint 2 skip = 6; break; case 0x000f: |