summaryrefslogtreecommitdiff
path: root/src/print.h
diff options
context:
space:
mode:
authorLizzy Fleckenstein <lizzy@vlhl.dev>2026-04-12 22:34:18 +0200
committerLizzy Fleckenstein <lizzy@vlhl.dev>2026-04-12 22:45:04 +0200
commitd58e1aea4b57e890706b96565c8c1fd9e09b42ec (patch)
tree61a838aa434da6a890ace72898b854328e0b688f /src/print.h
parent5aa88cf26954a738d0f22a7c90bb33f1df422919 (diff)
downloadanimtool-d58e1aea4b57e890706b96565c8c1fd9e09b42ec.tar.xz
fix whitespaceHEADmain
Diffstat (limited to 'src/print.h')
-rw-r--r--src/print.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/print.h b/src/print.h
index 06d6fde..50a22d3 100644
--- a/src/print.h
+++ b/src/print.h
@@ -9,7 +9,7 @@ enum scene_stage
{
SCENE_PARSED,
SCENE_BOUND,
- SCENE_LOADED,
+ SCENE_LOADED,
};
void print_token(FILE *f, struct token *tok, unsigned int indent);