comparison src/version.c @ 3624:3ae387af405f v7.3.572

updated for version 7.3.572 Problem: Duplicate statement in if and else. (Dominique Pelle) Solution: Remove the condition and add a TODO.
author Bram Moolenaar <bram@vim.org>
date Fri, 29 Jun 2012 13:19:27 +0200
parents 43fd3896fab7
children 802b1a1b275f
comparison
equal deleted inserted replaced
3623:a4ced2c38743 3624:3ae387af405f
712 NULL 712 NULL
713 }; 713 };
714 714
715 static int included_patches[] = 715 static int included_patches[] =
716 { /* Add new patch number below this line */ 716 { /* Add new patch number below this line */
717 /**/
718 572,
717 /**/ 719 /**/
718 571, 720 571,
719 /**/ 721 /**/
720 570, 722 570,
721 /**/ 723 /**/