diff options
Diffstat (limited to 'core/datatrak.c')
-rw-r--r-- | core/datatrak.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/datatrak.c b/core/datatrak.c index 74486af0d..89c555a97 100644 --- a/core/datatrak.c +++ b/core/datatrak.c @@ -16,7 +16,7 @@ #include "file.h" #include "ssrf.h" -unsigned char lector_bytes[2], lector_word[4], tmp_1byte, *byte; +unsigned char tmp_1byte, *byte; unsigned int tmp_2bytes; char is_nitrox, is_O2, is_SCR; unsigned long tmp_4bytes; |