Remove inaccurate comment.
This commit is contained in:
parent
03a9b9dcdc
commit
a6c69572a3
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue