about summary refs log tree commit diff homepage
path: root/meta.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-09-30 20:26:00 -0400
committerJune McEnroe <june@causal.agency>2018-09-30 20:26:00 -0400
commitc751cfd4934af210dd73077637efd11104a54c66 (patch)
tree2c411ebf22ae87c9cbbf1f24953ed5e248fdafc0 /meta.c
parentMerge branch 'ansi' (diff)
downloadtorus-c751cfd4934af210dd73077637efd11104a54c66.tar.gz
torus-c751cfd4934af210dd73077637efd11104a54c66.zip
Use PascalCase for constants
Diffstat (limited to 'meta.c')
-rw-r--r--meta.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta.c b/meta.c
index ed55a8d..90577d1 100644
--- a/meta.c
+++ b/meta.c
@@ -30,8 +30,8 @@ int main() {
 
 		printf(
 			"%d,%d,%jd,%u,%jd,%u,%jd\n",
-			i % TILE_COLS,
-			i / TILE_COLS,
+			i % TileCols,
+			i / TileCols,
 			tile.meta.createTime,
 			tile.meta.modifyCount,
 			tile.meta.modifyTime,