diff --git a/src/lib/debug.c b/src/lib/debug.c index eb5818f99..2c33b1b8a 100644 --- a/src/lib/debug.c +++ b/src/lib/debug.c @@ -14,7 +14,7 @@ static void tinfo_debug_caps(const tinfo* ti, FILE* debugfp, int rows, int cols, unsigned images, unsigned videos){ const char indent[] = " "; - fprintf(debugfp, "%sColors: %u rgb: %c ccc: %c setaf: %c setab: %c\n", + fprintf(debugfp, "%scolors: %u rgb: %c ccc: %c setaf: %c setab: %c\n", indent, ti->colors, capbool(ti->RGBflag), capbool(ti->CCCflag), capyn(get_escape(ti, ESCAPE_SETAF)), capyn(get_escape(ti, ESCAPE_SETAB)));