summaryrefslogtreecommitdiffstats
path: root/otherlibs/labltk/builtin/builtini_text.ml
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/labltk/builtin/builtini_text.ml')
-rw-r--r--otherlibs/labltk/builtin/builtini_text.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/labltk/builtin/builtini_text.ml b/otherlibs/labltk/builtin/builtini_text.ml
index 076c29fd5..99b85f875 100644
--- a/otherlibs/labltk/builtin/builtini_text.ml
+++ b/otherlibs/labltk/builtin/builtini_text.ml
@@ -23,7 +23,7 @@ let cCAMLtoTKtextIndex (i : textIndex) =
let ppTextIndex (base, ml : textIndex) =
match cCAMLtoTKtext_index base with
TkToken ppbase ->
- String.concat sep:"" (ppbase :: List.map fun:ppTextModifier ml)
+ String.concat sep:"" (ppbase :: List.map f:ppTextModifier ml)
| _ -> assert false
in
TkToken (ppTextIndex i)