commit | fd89d7ea81b18d32363456b16258174dc9e095dc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 04 20:25:05 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 04 20:25:05 2016 +0200 |
tree | de3d13a1c6152022c2ab579dd4aa74cadc423dd0 | |
parent | 82af8710bf8d1caeeceafb1370a052cb7d92f076 [diff] [blame] |
patch 7.4.1897 Problem: Various typos, long lines and style mistakes. Solution: Fix the typos, wrap lines, improve style.
diff --git a/src/buffer.c b/src/buffer.c index 0bbb1f4..ee28bc9 100644 --- a/src/buffer.c +++ b/src/buffer.c
@@ -2516,7 +2516,7 @@ nr = curwin->w_alt_fnum; for (buf = firstbuf; buf != NULL; buf = buf->b_next) if (buf->b_fnum == nr) - return (buf); + return buf; return NULL; }