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
|
else
|
||||||
out << '\n';
|
out << '\n';
|
||||||
out << " " << p;
|
out << " " << p;
|
||||||
|
}
|
||||||
return out.str();
|
return out.str();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue