aboutsummaryrefslogtreecommitdiff
path: root/ltests.c
diff options
context:
space:
mode:
Diffstat (limited to 'ltests.c')
-rw-r--r--ltests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ltests.c b/ltests.c
index f4855fea..d3509862 100644
--- a/ltests.c
+++ b/ltests.c
@@ -982,7 +982,7 @@ static int gc_printobj (lua_State *L) {
982} 982}
983 983
984 984
985static const char *statenames[] = { 985static const char *const statenames[] = {
986 "propagate", "enteratomic", "atomic", "sweepallgc", "sweepfinobj", 986 "propagate", "enteratomic", "atomic", "sweepallgc", "sweepfinobj",
987 "sweeptobefnz", "sweepend", "callfin", "pause", ""}; 987 "sweeptobefnz", "sweepend", "callfin", "pause", ""};
988 988