comparison src/version.c @ 19213:b18437efabac v8.2.0165

patch 8.2.0165: Coverity warning for using NULL pointer Commit: https://github.com/vim/vim/commit/5b18c248d3fe4961076dbc59c960ef60c80650f0 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 28 22:30:32 2020 +0100 patch 8.2.0165: Coverity warning for using NULL pointer Problem: Coverity warning for using NULL pointer. Solution: Add missing "else".
author Bram Moolenaar <Bram@vim.org>
date Tue, 28 Jan 2020 22:45:03 +0100
parents d744a2940647
children 45c062fa2156
comparison
equal deleted inserted replaced
19212:5421c1041d31 19213:b18437efabac
740 NULL 740 NULL
741 }; 741 };
742 742
743 static int included_patches[] = 743 static int included_patches[] =
744 { /* Add new patch number below this line */ 744 { /* Add new patch number below this line */
745 /**/
746 165,
745 /**/ 747 /**/
746 164, 748 164,
747 /**/ 749 /**/
748 163, 750 163,
749 /**/ 751 /**/