Remove inaccurate comment.

This commit is contained in:
David Gibson 2005-07-11 17:09:42 +10:00
parent 03a9b9dcdc
commit a6c69572a3

View file

@ -229,7 +229,7 @@ static int stringtable_insert(struct data *d, char *str)
}
*d = data_append_data(*d, str, strlen(str)+1);
return i; /* i equals the old data length */
return i;
}
static void flatten_tree(struct node *tree, struct emitter *emit,