diff -r 72b24ac81d5d -r 2c79a5a0c7f3 mercurial/bdiff.c --- a/mercurial/bdiff.c Wed Oct 04 10:48:46 2017 -0400 +++ b/mercurial/bdiff.c Wed Oct 04 10:49:34 2017 -0400 @@ -30,7 +30,7 @@ unsigned hash; int i; const char *p, *b = a; - const char * const plast = a + len - 1; + const char *const plast = a + len - 1; struct bdiff_line *l; /* count the lines */