summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
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();