Ignore:
Timestamp:
Jul 20, 2020, 3:47:24 PM (4 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/RTCM3/RTCM3Decoder.cpp

    r8981 r8986  
    16311631       * else. */
    16321632      if ((id >= 1057 && id <= 1068) ||
    1633           (id >= 1240 && id <= 1270) ||
    1634                    id == 4076) {
     1633            (id >= 1240 && id <= 1270) ||
     1634                      (id == 4076)) {
    16351635        if (!_coDecoders.contains(_staID.toLatin1()))
    16361636          _coDecoders[_staID.toLatin1()] = new RTCM3coDecoder(_staID);
Note: See TracChangeset for help on using the changeset viewer.