Minor cleanup

This commit is contained in:
Tim Wojtulewicz 2020-09-09 23:59:29 +00:00
parent 7ede4f48bd
commit 62562504d5
2 changed files with 2 additions and 3 deletions

View file

@ -12,5 +12,5 @@ RootAnalyzer::RootAnalyzer()
bool RootAnalyzer::AnalyzePacket(size_t len, const uint8_t* data, Packet* packet)
{
reporter->InternalError("AnalysisPacket() was called for the root analyzer.");
}
reporter->InternalError("AnalyzePacket() was called for the root analyzer.");
}