comparison src/version.c @ 30094:ab563fdf3735 v9.0.0383

patch 9.0.0383: Coverity complains about unused value Commit: https://github.com/vim/vim/commit/963ab26842be22c0d210c3e950fecac28578f8be Author: Bram Moolenaar <Bram@vim.org> Date: Mon Sep 5 10:55:27 2022 +0100 patch 9.0.0383: Coverity complains about unused value Problem: Coverity complains about unused value. Solution: Use the value.
author Bram Moolenaar <Bram@vim.org>
date Mon, 05 Sep 2022 12:00:08 +0200
parents 53e7e912eeec
children aa7109fe5bee
comparison
equal deleted inserted replaced
30093:a0d255a91b48 30094:ab563fdf3735
701 NULL 701 NULL
702 }; 702 };
703 703
704 static int included_patches[] = 704 static int included_patches[] =
705 { /* Add new patch number below this line */ 705 { /* Add new patch number below this line */
706 /**/
707 383,
706 /**/ 708 /**/
707 382, 709 382,
708 /**/ 710 /**/
709 381, 711 381,
710 /**/ 712 /**/