commit | 1a89bbe8497a4bef4b97219f6ca1264f3c09e5ba | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 02 12:38:22 2010 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 02 12:38:22 2010 +0100 |
tree | f4e18b65f8e471c9c1ba45526153bcacf2b7c706 | |
parent | 86ce1cc086449a39c48e1672b0f6053f07301429 [diff] [blame] |
updated for version 7.2.378 Problem: C function declaration indented too much. (Rui) Solution: Don't see a line containing { or } as a type. (Matt Wozniski)
diff --git a/src/version.c b/src/version.c index 90096ac..4837d20 100644 --- a/src/version.c +++ b/src/version.c
@@ -682,6 +682,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 378, +/**/ 377, /**/ 376,