From 00883efc163b3d6693f264fdf47fe478288f7590 Mon Sep 17 00:00:00 2001 From: Wolfgang Corcoran-Mathe Date: Sat, 9 May 2015 13:01:30 -0400 Subject: [PATCH] join: fix typo --- join.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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