patch-region_c 379 B

12345678910111213141516
  1. $OpenBSD: patch-region_c,v 1.1 2017/04/17 21:43:15 sthen Exp $
  2. Fix an obvious typo.
  3. --- region.c.orig Tue Oct 21 04:32:25 2003
  4. +++ region.c Tue Aug 16 19:52:41 2016
  5. @@ -409,7 +409,7 @@ RESULT ex_region(xinf)
  6. if (comment)
  7. {
  8. *comment++ = '\0';
  9. - while (*comment == ' ');
  10. + while (*comment == ' ')
  11. comment++;
  12. if (*comment == '\0')
  13. comment = xinf->rhs;