sbase

suckless unix tools
git clone git://git.2f30.org/sbase
Log | Files | Refs | README | LICENSE

commit 00883efc163b3d6693f264fdf47fe478288f7590
parent d41095299a9ab35cd0a2dbc9e44a865125e62488
Author: Wolfgang Corcoran-Mathe <first.lord.of.teal@gmail.com>
Date:   Sat,  9 May 2015 13:01:30 -0400

join: fix typo

Diffstat:
Mjoin.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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