commit | 71b0f7b5c083d32fd37fa825f5d829b6a6c1a09a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 15 12:44:20 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 15 12:44:20 2016 +0100 |
tree | 6543f605c0eb609b16c9f544d0a12007feacd148 | |
parent | 44d571868f4fcf000e8b03ee0a350f1f8131c9ca [diff] [blame] |
patch 7.4.1321 Problem: Compiler complains about missing statement. Solution: Add an empty statement. (Andrei Olsen)
diff --git a/src/version.c b/src/version.c index a380ed3..f8d838b 100644 --- a/src/version.c +++ b/src/version.c
@@ -748,6 +748,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1321, +/**/ 1320, /**/ 1319,