From 49789dc987f93b6852bd8de6090305b8e4cc8a75 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 25 Feb 2011 14:46:09 +0100 Subject: updated for version 7.3.127 Problem: Compiler complains about comma. Solution: Remove comma after last enum element. --- src/ex_cmds2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ex_cmds2.c') 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[] = { -- cgit v1.2.3