commit | fdd82fe365d0e287bafc71f98c039cb5af8ed827 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 06 21:38:44 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 06 21:38:44 2016 +0200 |
tree | 6d678a2f338ed39e4bba22b1926fc16de043c22f | |
parent | c60954b48ec225c75558abee56c4a9cc89f84b7e [diff] [blame] |
patch 7.4.1905 Problem: Some compilers can't handle a double semicolon. Solution: Remove one semicolon.
diff --git a/src/version.c b/src/version.c index 8305e39..7e7dd48 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1905, +/**/ 1904, /**/ 1903,