Fix comment-style.

From-SVN: r66957
This commit is contained in:
Gabriel Dos Reis 2003-05-19 11:04:18 +00:00
parent 336931c175
commit a144716696
1 changed files with 1 additions and 1 deletions

View File

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