Commit a1447166 by Gabriel Dos Reis

Fix comment-style.

From-SVN: r66957
parent 336931c1
......@@ -105,7 +105,7 @@ binding_table_free (binding_table table)
{
binding_entry entry = temp;
temp = entry->chain;
entry->chain = NULL; // just be sure
entry->chain = NULL;
binding_entry_free (entry);
}
table->chain[i] = temp;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment