summaryrefslogtreecommitdiffstats
path: root/src/ex_cmds2.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2011-02-25 14:46:09 +0100
committerBram Moolenaar <Bram@vim.org>2011-02-25 14:46:09 +0100
commit49789dc987f93b6852bd8de6090305b8e4cc8a75 (patch)
tree977d21cd51953c582bd708c097dffd1efc194bbe /src/ex_cmds2.c
parent2f70a34e2ef12cd6cd76f1d378823c2c745c7402 (diff)
updated for version 7.3.127v7.3.127
Problem: Compiler complains about comma. Solution: Remove comma after last enum element.
Diffstat (limited to 'src/ex_cmds2.c')
-rw-r--r--src/ex_cmds2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ex_cmds2.c b/src/ex_cmds2.c
index e78b15928e..54e4f07b81 100644
--- a/src/ex_cmds2.c
+++ b/src/ex_cmds2.c
@@ -1115,7 +1115,7 @@ ex_profile(eap)
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[] = {