comparison src/version.c @ 6828:734c89ddf7b3 v7.4.735

patch 7.4.735 Problem: Wrong argument for sizeof(). Solution: Use a pointer argument. (Chris Hall)
author Bram Moolenaar <bram@vim.org>
date Tue, 09 Jun 2015 20:30:51 +0200
parents bf3e6012dfbd
children 70fdcdaf96a6
comparison
equal deleted inserted replaced
6827:d8903a6829f5 6828:734c89ddf7b3
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 735,
744 /**/ 746 /**/
745 734, 747 734,
746 /**/ 748 /**/
747 733, 749 733,
748 /**/ 750 /**/