comparison src/version.c @ 6649:8bee881c3ca5 v7.4.649

updated for version 7.4.649 Problem: Compiler complains about ignoring return value of fwrite(). (Michael Jarvis) Solution: Add (void).
author Bram Moolenaar <bram@vim.org>
date Thu, 05 Mar 2015 13:36:00 +0100
parents 0a859da6714b
children 7026d6f3367f
comparison
equal deleted inserted replaced
6648:099f8b730941 6649:8bee881c3ca5
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 649,
744 /**/ 746 /**/
745 648, 747 648,
746 /**/ 748 /**/
747 647, 749 647,
748 /**/ 750 /**/