diff --git a/decode.cc b/decode.cc index 067b85d..376a872 100644 --- a/decode.cc +++ b/decode.cc @@ -35,7 +35,7 @@ template struct Decoder { typedef int16_t code_type; - typedef SIMD mesg_type; + typedef SIMD mesg_type; typedef DSP::Const Const; static const int guard_len = rate / 100; static const int symbol_len = guard_len * 16;