summaryrefslogtreecommitdiff
path: root/src/mapblock.cpp
diff options
context:
space:
mode:
authorkwolekr <kwolekr@minetest.net>2015-07-08 11:53:02 -0400
committerkwolekr <kwolekr@minetest.net>2015-07-10 15:58:57 -0400
commit8eb272cea38325f963c521ecfa7b927a563f8509 (patch)
tree28b54d7ad2e7195413ff7516412761de7b2ef1ee /src/mapblock.cpp
parente6f0178e83b81befded22d3a0de8200739e2d7c3 (diff)
downloadminetest-8eb272cea38325f963c521ecfa7b927a563f8509.tar.gz
minetest-8eb272cea38325f963c521ecfa7b927a563f8509.tar.bz2
minetest-8eb272cea38325f963c521ecfa7b927a563f8509.zip
Misc. minor fixes
Diffstat (limited to 'src/mapblock.cpp')
-rw-r--r--src/mapblock.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapblock.cpp b/src/mapblock.cpp
index 39cac0b60..1d2e1e250 100644
--- a/src/mapblock.cpp
+++ b/src/mapblock.cpp
@@ -57,7 +57,7 @@ static const char *modified_reason_strings[] = {
"deactivateFarObjects: Static data moved in",
"deactivateFarObjects: Static data moved out",
"deactivateFarObjects: Static data changed considerably",
- "finishBlockMake: expireDayNightDiff"
+ "finishBlockMake: expireDayNightDiff",
"unknown",
};