diff --git a/join.c b/join.c index 2522404..58f0f88 100644 --- a/join.c +++ b/join.c @@ -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