summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorGravatar Marc Arndt <marc@marcarndt.com>2017-08-15 15:21:09 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-08-29 06:50:18 -0700
commit90b9b61ba3ceffe0ea27f02811d4a29495f826f9 (patch)
tree9e6d72990c94993217ed9e6562af15e3603f946f /core
parentac7e60b456780eac30e067c958b7302cf747b2e7 (diff)
downloadsubsurface-90b9b61ba3ceffe0ea27f02811d4a29495f826f9.tar.gz
fixing indentation
Diffstat (limited to 'core')
-rw-r--r--core/parse-xml.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/parse-xml.c b/core/parse-xml.c
index 97cd71d5c..6e57d2b3e 100644
--- a/core/parse-xml.c
+++ b/core/parse-xml.c
@@ -3629,7 +3629,7 @@ int parse_dlf_buffer(unsigned char *buffer, size_t size)
case 4: /* internal error */
case 5: /* device activity log */
//Event 18 is a button press. Lets ingore that event.
- if (ptr[4] == 18)
+ if (ptr[4] == 18)
continue;
event_start();