X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Flookup_table.c;h=1c9f0529bc99076887abeebffd06e00c8e5df331;hp=390f63c5934401ebf810466254d90ff6b6ac0305;hb=b78b15e68de3c3f9a6aed5d3514e86a72cc9c9b1;hpb=e1ec9c16b55adb6947b4d1ff46dc847430db4746 diff --git a/src/lookup_table.c b/src/lookup_table.c index 390f63c5..1c9f0529 100644 --- a/src/lookup_table.c +++ b/src/lookup_table.c @@ -186,7 +186,7 @@ void free_lookup_table(struct wim_lookup_table *table) * Inserts an entry into the lookup table. * * @table: A pointer to the lookup table. - * @entry: A pointer to the entry to insert. + * @lte: A pointer to the entry to insert. */ void lookup_table_insert(struct wim_lookup_table *table, struct wim_lookup_table_entry *lte)