missing brace

This commit is contained in:
Frédéric Péters 2006-03-06 16:58:46 +00:00
parent 1c03f7d7a2
commit 2c4d7a19d7
1 changed files with 1 additions and 1 deletions

View File

@ -1328,7 +1328,7 @@ static void set_node(gpointer *nodePointer, gpointer value)
return;
}
if (*nodePointer != NULL)
if (*nodePointer != NULL) {
/* Test added to help debugging. */
if (LASSO_IS_NODE(*nodePointer)) {
lasso_node_destroy(LASSO_NODE(*nodePointer));