Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
patch 8.1.0012: misplaced #endif
Problem:    Misplaced #endif.
Solution:   Move the #endif to after the expression. (David Binderman)
  • Loading branch information
brammool committed May 21, 2018
1 parent f88a5bc commit 1f131ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/fileio.c
Expand Up @@ -714,8 +714,8 @@ readfile(
&& st.st_gid != swap_st.st_gid
# ifdef HAVE_FCHOWN
&& fchown(curbuf->b_ml.ml_mfp->mf_fd, -1, st.st_gid)
# endif
== -1
# endif
)
swap_mode &= 0600;
}
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Expand Up @@ -761,6 +761,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
12,
/**/
11,
/**/
Expand Down

0 comments on commit 1f131ae

Please sign in to comment.