Skip to content

Commit c5ddeca

Browse files
strubbgregoir
authored andcommitted
Fix multi-line error message
1 parent ecb3395 commit c5ddeca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/phl/ecPhlLoopTx.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,8 @@ let process_unroll_for ~cfold side cpos tc =
254254
e
255255

256256
| _ -> tc_error !!tc
257-
"last instruction of the while loop must be"
258-
"an \"increment\" of the loop counter" in
257+
"last instruction of the while loop must be \
258+
an \"increment\" of the loop counter" in
259259

260260
(* Apply loop increment *)
261261
let incrz =

0 commit comments

Comments
 (0)