Space character was missing from error message. Signed-off-by: Joe van Tunen <joevt@xxxxxxx> --- parse-cta-block.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parse-cta-block.cpp b/parse-cta-block.cpp index e52822a..5c1a679 100644 --- a/parse-cta-block.cpp +++ b/parse-cta-block.cpp @@ -1480,7 +1480,7 @@ void edid_state::parse_cta_block(const unsigned char *x) fail("Both the serial number and the serial string are set\n"); if (!has_cta861_vic_1 && !has_640x480p60_est_timing) fail("Required 640x480p60 timings are missing in the established timings" - "and the SVD list (VIC 1)\n"); + " and the SVD list (VIC 1)\n"); if ((supported_hdmi_vic_vsb_codes & supported_hdmi_vic_codes) != supported_hdmi_vic_codes) fail("HDMI VIC Codes must have their CTA-861 VIC equivalents in the VSB\n"); -- 2.21.0 (Apple Git-122.2)