one } was on the wrong side of an #endif

This commit is contained in:
Ulrich Mohr 2021-10-18 14:34:11 +02:00
parent 5d31a54fba
commit cee42f9b70

View File

@ -119,6 +119,6 @@ void TmPacketStoredBase::handleStoreFailure(const char *const packetType, Return
break;
}
#endif
}
#endif
}
}