On Sat, May 09, 2015 at 01:01:30PM -0400, Wolfgang Corcoran-Mathe wrote:
> ---
>  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
> -- 

Applied, thanks!

Reply via email to