diff options
Diffstat (limited to 'otherlibs/labltk/browser/editor.ml')
-rw-r--r-- | otherlibs/labltk/browser/editor.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/labltk/browser/editor.ml b/otherlibs/labltk/browser/editor.ml index d042524c0..a4f194223 100644 --- a/otherlibs/labltk/browser/editor.ml +++ b/otherlibs/labltk/browser/editor.ml @@ -35,7 +35,7 @@ let compiler_preferences () = in let chkbuttons, setflags = List.split (List.map - fun:(fun (text, ref, invert) -> mk_chkbutton :text :ref :invert) + fun:(fun (text, ref, invert) -> mk_chkbutton :text :ref :invert) [ "No pervasives", Clflags.nopervasives, false; "No warnings", Typecheck.nowarnings, false; "Modern", Clflags.classic, true; |