comparison src/version.c @ 20047:bdb712c7ecf4 v8.2.0579

patch 8.2.0579: Coverity warns for unused value Commit: https://github.com/vim/vim/commit/4d5d0dfe9438bd5f2daa41ebbe6ac9a76d165af0 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Apr 14 20:56:31 2020 +0200 patch 8.2.0579: Coverity warns for unused value Problem: Coverity warns for unused value. Solution: Change order and use "else if".
author Bram Moolenaar <Bram@vim.org>
date Tue, 14 Apr 2020 21:00:04 +0200
parents 04ef2ccf2519
children 8c401bc7f32b
comparison
equal deleted inserted replaced
20046:23656ac9113c 20047:bdb712c7ecf4
744 NULL 744 NULL
745 }; 745 };
746 746
747 static int included_patches[] = 747 static int included_patches[] =
748 { /* Add new patch number below this line */ 748 { /* Add new patch number below this line */
749 /**/
750 579,
749 /**/ 751 /**/
750 578, 752 578,
751 /**/ 753 /**/
752 577, 754 577,
753 /**/ 755 /**/