From 90e89cfc41168ba94e4b1a66fadad3a0db4bb30a Mon Sep 17 00:00:00 2001 From: malc Date: Thu, 27 Aug 2015 00:04:03 +0300 Subject: [PATCH] Rename parameter to minimize (self)confusion --- config.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.ml b/config.ml index fd46a9c..5d171b8 100644 --- a/config.ml +++ b/config.ml @@ -603,7 +603,7 @@ let makehelp () = List.map (fun s -> let url = geturl s in if nonemptystr url - then (s, 0, Action (fun u -> gotouri url; u)) + then (s, 0, Action (fun uioh -> gotouri url; uioh)) else (s, 0, Noaction) ) strings); ;; -- 2.11.4.GIT