about summary refs log tree commit diff
path: root/src/engine/snapshot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/snapshot.h')
-rw-r--r--src/engine/snapshot.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/snapshot.h b/src/engine/snapshot.h
index 312dec44..eaa6a066 100644
--- a/src/engine/snapshot.h
+++ b/src/engine/snapshot.h
@@ -7,7 +7,7 @@
 
 enum
 {
-	MAX_SNAPSHOT_SIZE=64*1024,
+	MAX_SNAPSHOT_SIZE=64*1024
 };
 
 typedef struct
@@ -69,7 +69,7 @@ int snapstorage_get(SNAPSTORAGE *ss, int tick, int64 *tagtime, SNAPSHOT **data);
 
 enum
 {
-	SNAPBUILD_MAX_ITEMS = 512,
+	SNAPBUILD_MAX_ITEMS = 512
 };
 
 typedef struct SNAPBUILD