Added a missing brace.
This commit is contained in:
parent
9540406af1
commit
42bed9c001
1 changed files with 1 additions and 1 deletions
|
|
@ -324,7 +324,7 @@ string item_context(const item_t& item)
|
|||
else
|
||||
out << '\n';
|
||||
out << " " << p;
|
||||
|
||||
}
|
||||
return out.str();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue