commit | 945ec093cd4ddefab930239990564b12eb232153 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 08 21:17:43 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 08 21:17:43 2016 +0200 |
tree | f0bbaf6b699d1d3e758e6b3a395413ef64d00742 | |
parent | 5ce4a0b96ab688b1ea2481c2516e2889ff6713bf [diff] [blame] |
patch 7.4.1909 Problem: Doubled semicolons. Solution: Reduce to one. (Dominique Pelle)
diff --git a/src/fold.c b/src/fold.c index 8b9ca35..e4c7f41 100644 --- a/src/fold.c +++ b/src/fold.c
@@ -153,7 +153,7 @@ int use_level = FALSE; int maybe_small = FALSE; garray_T *gap; - int low_level = 0;; + int low_level = 0; checkupdate(win); /*