commit | dcbfa33fa169b9358908aafe9e7e54faaef1c0fa | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 28 23:16:13 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 28 23:16:13 2017 +0200 |
tree | 961ce0d20546b4723852eb2b34ed8c9756290903 | |
parent | 63ecddab6d918214371ccaaeb10c118ae7c39d02 [diff] [blame] |
patch 8.0.0799: missing semicolon Problem: Missing semicolon. Solution: Add it.
diff --git a/src/version.c b/src/version.c index db316da..d4926a8 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 799, +/**/ 798, /**/ 797,