Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Aug 23, 2023
1 parent aacb470 commit 88f4e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compilerlib/pb_option.ml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ let pp_constant ppf = function
| Constant_bool b -> Format.fprintf ppf "%B" b
| Constant_int i -> Format.fprintf ppf "%d" i
| Constant_float f -> Format.fprintf ppf "%f" f
| Constant_litteral l -> Format.fprintf ppf "`%s`" l
| Constant_literal l -> Format.fprintf ppf "`%s`" l

let pp_t ppf (name, const) =
Format.fprintf ppf "{@;<1 2>%S: %a@;<1 2>}" name pp_constant const
Expand Down

0 comments on commit 88f4e00

Please sign in to comment.