commit | a33737b6d80f5461c1c6c4c96b5bc4964a737927 | [log] [tgz] |
---|---|---|
author | Dominique Pelle <dominique.pelle@gmail.com> | Thu Jan 06 12:35:31 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 06 12:35:31 2022 +0000 |
tree | 66ac08ae8846308eee950ba99691d13c7b840b64 | |
parent | 58493cfae255adec2d5b407593b82d07abcc0975 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index dafef8e..5776f3d 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4017, +/**/ 4016, /**/ 4015,