comparison src/version.c @ 6919:dd094497f9fa v7.4.778

patch 7.4.778 Problem: Coverity warns for uninitialized variable. Solution: Change condition of assignment.
author Bram Moolenaar <bram@vim.org>
date Fri, 10 Jul 2015 22:38:00 +0200
parents 228dc3f3f711
children 1f78058351a6
comparison
equal deleted inserted replaced
6918:2def7b25de60 6919:dd094497f9fa
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 778,
744 /**/ 746 /**/
745 777, 747 777,
746 /**/ 748 /**/
747 776, 749 776,
748 /**/ 750 /**/