diff options
Diffstat (limited to 'src/print.h')
| -rw-r--r-- | src/print.h | 2 |
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); |
