Re: [PATCH 18/19] diff: buffer all output if asked to
From: Jeff King <hidden> Date: 2017-05-14 04:06:06
On Sat, May 13, 2017 at 09:01:16PM -0700, Stefan Beller wrote:
+ for (i = 0; i < o->line_buffer_nr; i++);
+ free((void*)o->line_buffer[i].line);
I haven't looked at the patches yet, but this ";" on the for line is
almost certainly a typo (gcc catches it due to the misleading
indentation of the next line).
-Peff