[dev] [sbase] [PATCH] join: fix typo

From: Wolfgang Corcoran-Mathe <first.lord.of.teal_AT_gmail.com>
Date: Sat, 9 May 2015 13:01:30 -0400

---
 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
_AT_@ -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
-- 
2.3.5
Received on Sat May 09 2015 - 19:01:30 CEST

This archive was generated by hypermail 2.3.0 : Sat May 09 2015 - 19:12:07 CEST