commit | 49789dc987f93b6852bd8de6090305b8e4cc8a75 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 25 14:46:09 2011 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 25 14:46:09 2011 +0100 |
tree | 977d21cd51953c582bd708c097dffd1efc194bbe | |
parent | 2f70a34e2ef12cd6cd76f1d378823c2c745c7402 [diff] [blame] |
updated for version 7.3.127 Problem: Compiler complains about comma. Solution: Remove comma after last enum element.
diff --git a/src/ex_cmds2.c b/src/ex_cmds2.c index e78b159..54e4f07 100644 --- a/src/ex_cmds2.c +++ b/src/ex_cmds2.c
@@ -1115,7 +1115,7 @@ static enum { PEXP_SUBCMD, /* expand :profile sub-commands */ - PEXP_FUNC, /* expand :profile func {funcname} */ + PEXP_FUNC /* expand :profile func {funcname} */ } pexpand_what; static char *pexpand_cmds[] = {