comparison src/version.c @ 19637:8de319d1b82c v8.2.0375

patch 8.2.0375: Coverity warning for not using return value Commit: https://github.com/vim/vim/commit/8210693795d6d0d51bf5b70674d4539cdde0330b Author: Bram Moolenaar <Bram@vim.org> Date: Fri Mar 13 14:34:38 2020 +0100 patch 8.2.0375: Coverity warning for not using return value Problem: Coverity warning for not using return value. Solution: Move error message to separate function.
author Bram Moolenaar <Bram@vim.org>
date Fri, 13 Mar 2020 14:45:04 +0100
parents d202122a4963
children 4cce471fa537
comparison
equal deleted inserted replaced
19636:399a2c964eb3 19637:8de319d1b82c
736 NULL 736 NULL
737 }; 737 };
738 738
739 static int included_patches[] = 739 static int included_patches[] =
740 { /* Add new patch number below this line */ 740 { /* Add new patch number below this line */
741 /**/
742 375,
741 /**/ 743 /**/
742 374, 744 374,
743 /**/ 745 /**/
744 373, 746 373,
745 /**/ 747 /**/