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
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ void TmPacketStoredBase::handleStoreFailure(const char *const packetType, Return
"%d too large\n", packetType, sizeToReserve);
break;
}
#endif
#endif
}
#endif
}