From 7cb6f7cbb9cd4bf0cfc7cf64e9a12902cd65df0a Mon Sep 17 00:00:00 2001 From: swrup Date: Thu, 20 Nov 2025 19:04:43 +0100 Subject: [PATCH] --- include/parse_config.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/parse_config.ml b/include/parse_config.ml index 599f4231..25016c35 100644 --- a/include/parse_config.ml +++ b/include/parse_config.ml @@ -21,7 +21,7 @@ type section = { } let fail_with msg = - Fmt.epr "Failed to parse configuration: %s." msg; + Fmt.epr "Failed to parse configuration: %s.@." msg; exit 1 let is_eol = function '\n' | '\r' -> true | _ -> false