This commit is contained in:
djcb 2015-10-07 10:34:55 +03:00
parent f25c009cce
commit 67f74d44b0
1 changed files with 2 additions and 2 deletions

View File

@ -407,8 +407,8 @@ prune_maybe (MuContainer *c)
if (c->msg)
return TRUE;
/* A. If it is an msg-less container with no children, mark it
* for deletion. */
/* A. If it is an msg-less container with no children, mark it for
* deletion. */
if (!c->child) {
c->flags |= MU_CONTAINER_FLAG_DELETE;
return TRUE;