This commit is contained in:
swrup 2025-11-20 19:04:43 +01:00
parent f92fb32ba3
commit 7cb6f7cbb9

View file

@ -21,7 +21,7 @@ type section = {
} }
let fail_with msg = let fail_with msg =
Fmt.epr "Failed to parse configuration: %s." msg; Fmt.epr "Failed to parse configuration: %s.@." msg;
exit 1 exit 1
let is_eol = function '\n' | '\r' -> true | _ -> false let is_eol = function '\n' | '\r' -> true | _ -> false