mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
vt: define state_names[] table when debug logging has been enabled
This commit is contained in:
parent
24e9477174
commit
1f263256a3
1 changed files with 1 additions and 1 deletions
2
vt.c
2
vt.c
|
|
@ -68,7 +68,7 @@ enum action {
|
|||
ACTION_UTF8_PRINT,
|
||||
};
|
||||
|
||||
#if 0
|
||||
#if defined(_DEBUG) && defined(LOG_ENABLE_DBG) && LOG_ENABLE_DBG
|
||||
static const char *const state_names[] = {
|
||||
[STATE_SAME] = "no change",
|
||||
[STATE_GROUND] = "ground",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue