diff options
author | Bram Moolenaar <Bram@vim.org> | 2012-08-23 22:28:46 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2012-08-23 22:28:46 +0200 |
commit | 1c75a03501698b8cd1dcb4fd892bc329302d9533 (patch) | |
tree | 5b7b0647a3e8382d7549c62f8f10d4539a0f4e92 /src | |
parent | 451cf63751673e5cc7ecfbd112325217d9a955b5 (diff) | |
download | vim-1c75a03501698b8cd1dcb4fd892bc329302d9533.zip |
Fix version.c, 638 was there twice.
Diffstat (limited to 'src')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/version.c b/src/version.c index 4598c74a0..a98779d73 100644 --- a/src/version.c +++ b/src/version.c @@ -722,8 +722,6 @@ static int included_patches[] = /**/ 638, /**/ - 638, -/**/ 637, /**/ 636, |