Skip to content

Commit

Permalink
Fix error message
Browse files Browse the repository at this point in the history
  • Loading branch information
phaag committed Jan 6, 2024
1 parent b78ffba commit d49a050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nfanon/nfanon.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ static inline void AnonRecord(recordHeaderV3_t *v3Record) {
void *eor = p + v3Record->size;

if (v3Record->size < size) {
LogError("ExpandRecord_v3() Unexpected size: '%u'", v3Record->size);
LogError("v3Record - unexpected size: '%u'", v3Record->size);
return;
}

Expand Down

0 comments on commit d49a050

Please sign in to comment.