forked from aniani/vim
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)
This commit is contained in:
committed by
Bram Moolenaar
parent
58493cfae2
commit
a33737b6d8
@@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
4017,
|
||||
/**/
|
||||
4016,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user