Fix comment missing a closing parenthesis
This commit is contained in:
parent
bedf2f703c
commit
8803bf7c46
|
@ -98,7 +98,7 @@ void Buffer::on_registered()
|
||||||
{
|
{
|
||||||
// Ignore debug buffer, as it can be created in many
|
// Ignore debug buffer, as it can be created in many
|
||||||
// corner cases (including while destroying the BufferManager
|
// corner cases (including while destroying the BufferManager
|
||||||
// if a BufClose hooks triggers writing to it.
|
// if a BufClose hooks triggers writing to it).
|
||||||
if (m_flags & Flags::Debug)
|
if (m_flags & Flags::Debug)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user