1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-13 05:32:19 +02:00

(spec_init): Fix typo in last change.

This commit is contained in:
Jim Meyering
2003-11-05 03:49:29 +00:00
parent e809d156e9
commit bea0f02fc7
+1 -1
View File
@@ -1386,7 +1386,7 @@ get_s2_spec_stats (struct Spec_list *s2, size_t len_s1)
static void
spec_init (struct Spec_list *spec_list)
{
struct Spec_list *new = xmalloc (sizeof *new);
struct List_element *new = xmalloc (sizeof *new);
spec_list->head = spec_list->tail = new;
spec_list->head->next = NULL;
}