summaryrefslogtreecommitdiffstats
path: root/otherlibs/labltk/browser/list2.ml
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/labltk/browser/list2.ml')
-rw-r--r--otherlibs/labltk/browser/list2.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/labltk/browser/list2.ml b/otherlibs/labltk/browser/list2.ml
index 6ab8b7863..8092f6ff1 100644
--- a/otherlibs/labltk/browser/list2.ml
+++ b/otherlibs/labltk/browser/list2.ml
@@ -1,6 +1,6 @@
(* $Id$ *)
-let exclude elt:x l = List.filter l pred:((<>) x)
+let exclude item:x l = List.filter l pred:((<>) x)
let rec flat_map fun:f = function
[] -> []