aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/ppstyle.mli
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ppstyle.mli')
-rw-r--r--lib/ppstyle.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ppstyle.mli b/lib/ppstyle.mli
index 1cd701ed4..b07fcd5d4 100644
--- a/lib/ppstyle.mli
+++ b/lib/ppstyle.mli
@@ -48,7 +48,7 @@ val dump : unit -> (t * Terminal.style option) list
val init_color_output : unit -> unit
-val color_msg : ?header:string * Format.tag ->
+val color_msg : ?loc:Loc.t -> ?header:string * Format.tag ->
Format.formatter -> Pp.std_ppcmds -> unit
(** {!color_msg ?header fmt pp} will format according to the tags
defined in this file *)