summaryrefslogtreecommitdiffstats
path: root/src/alloc.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-02-27 15:21:32 +0100
committerBram Moolenaar <Bram@vim.org>2016-02-27 15:21:32 +0100
commit43acbce1bb0a33edc67496b220cae629ad95d2d8 (patch)
treee47403fe874bd7ee5457faeb9b8c196f3e4ea7b4 /src/alloc.h
parent187db50d0499aecf4cfd42fb4db0a1bebf61c8cd (diff)
patch 7.4.1427v7.4.1427
Problem: Trailing comma in enums is not ANSI C. Solution: Remove the trailing commas.
Diffstat (limited to 'src/alloc.h')
-rw-r--r--src/alloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.h b/src/alloc.h
index 7a992c689f..90a9878072 100644
--- a/src/alloc.h
+++ b/src/alloc.h
@@ -17,5 +17,5 @@ typedef enum {
aid_qf_namebuf,
aid_qf_errmsg,
aid_qf_pattern,
- aid_last,
+ aid_last
} alloc_id_T;