join: fix typo

This commit is contained in:
Wolfgang Corcoran-Mathe 2015-05-09 13:01:30 -04:00 committed by sin
parent d41095299a
commit 00883efc16
1 changed files with 1 additions and 1 deletions

2
join.c
View File

@ -292,7 +292,7 @@ initspan(struct span *sp)
{
sp->nl = 0;
sp->maxl = INIT;
sp->lines = ereallocarray(NULL, INIT, sizeof(struct line *));;
sp->lines = ereallocarray(NULL, INIT, sizeof(struct line *));
}
static void