summaryrefslogtreecommitdiff
path: root/db/log_format.h
diff options
context:
space:
mode:
Diffstat (limited to 'db/log_format.h')
-rw-r--r--db/log_format.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/log_format.h b/db/log_format.h
index 137cd4a..353eff8 100644
--- a/db/log_format.h
+++ b/db/log_format.h
@@ -20,7 +20,7 @@ enum RecordType {
// For fragments
kFirstType = 2,
kMiddleType = 3,
- kLastType = 4,
+ kLastType = 4
};
static const int kMaxRecordType = kLastType;