summaryrefslogtreecommitdiff
path: root/src/bin/scripts/reindexdb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/scripts/reindexdb.c')
-rw-r--r--src/bin/scripts/reindexdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/scripts/reindexdb.c b/src/bin/scripts/reindexdb.c
index 002c41f2219..ab7f190850c 100644
--- a/src/bin/scripts/reindexdb.c
+++ b/src/bin/scripts/reindexdb.c
@@ -30,7 +30,7 @@ typedef enum ReindexType
REINDEX_INDEX,
REINDEX_SCHEMA,
REINDEX_SYSTEM,
- REINDEX_TABLE
+ REINDEX_TABLE,
} ReindexType;