Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit efdc3869 authored by Myles Watson's avatar Myles Watson
Browse files

PDL: Spell representation correctly in debug

Test: bluetooth_test_gd
Change-Id: I1368b2c07b4fd179e7d6b9849b8bc4498c33584c
parent 76aab5ad
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -73,5 +73,5 @@ void BodyField::GenValidator(std::ostream&) const {
}

void BodyField::GenStringRepresentation(std::ostream& s, std::string accessor) const {
  s << "\"BODY REPRENTATION_UNIMPLEMENTED " << accessor << " \"";
  s << "\"BODY REPRESENTATION_UNIMPLEMENTED " << accessor << " \"";
}