[hackers] [sbase] join: fix typo || Wolfgang Corcoran-Mathe

From: <git_AT_suckless.org>
Date: Sat, 9 May 2015 21:29:56 +0200 (CEST)

commit 00883efc163b3d6693f264fdf47fe478288f7590
Author: Wolfgang Corcoran-Mathe <first.lord.of.teal_AT_gmail.com>
Date: Sat May 9 13:01:30 2015 -0400

    join: fix typo

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
Received on Sat May 09 2015 - 21:29:56 CEST

This archive was generated by hypermail 2.3.0 : Sat May 09 2015 - 21:36:16 CEST