diff options
author | 2019-04-12 01:49:57 +1000 | |
---|---|---|
committer | 2019-04-12 01:49:57 +1000 | |
commit | f70f31731cddfe0f96b74fa82a3a07a51b17411e (patch) | |
tree | 49b646154d79db316d9450663a1a63e7283f085c /src/lib/formats/hti_tape.cpp | |
parent | 3aaae04942b9dd28de2232049d63a8871666ecaa (diff) |
(nw) suppress side effects, standardise #include guards
Diffstat (limited to 'src/lib/formats/hti_tape.cpp')
-rw-r--r-- | src/lib/formats/hti_tape.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/formats/hti_tape.cpp b/src/lib/formats/hti_tape.cpp index f046ea0c130..64fec17ec08 100644 --- a/src/lib/formats/hti_tape.cpp +++ b/src/lib/formats/hti_tape.cpp @@ -7,8 +7,10 @@ *********************************************************************/ #include "hti_tape.h" + #include "imageutl.h" + static constexpr uint32_t FILE_MAGIC = 0x5441434f; // Magic value at start of image file: "TACO" // *** Position of tape holes *** |