Fix comment missing a closing parenthesis

This commit is contained in:
Maxime Coste 2016-08-14 20:05:57 +01:00
parent bedf2f703c
commit 8803bf7c46

View File

@ -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;