comparison src/version.c @ 26976:1435891c3fd1 v8.2.4017

patch 8.2.4017: gcc warns for misleading indent in Athena menu code Commit: https://github.com/vim/vim/commit/a33737b6d80f5461c1c6c4c96b5bc4964a737927 Author: Dominique Pelle <dominique.pelle@gmail.com> Date: Thu Jan 6 12:35:31 2022 +0000 patch 8.2.4017: gcc warns for misleading indent in Athena menu code Problem: Gcc warns for misleading indent in Athena menu code. Solution: Add curlies around the two statements. (Dominique Pell?, closes #9480)
author Bram Moolenaar <Bram@vim.org>
date Thu, 06 Jan 2022 13:45:03 +0100
parents fceb494e22de
children aa613a3084b9
comparison
equal deleted inserted replaced
26975:ae1e69d77cea 26976:1435891c3fd1
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 4017,
753 /**/ 755 /**/
754 4016, 756 4016,
755 /**/ 757 /**/
756 4015, 758 4015,
757 /**/ 759 /**/