From 5bc67b69695d2056f7a2e88b5932babdb0f8f9fd Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 14 Oct 2014 14:29:53 -0400 Subject: warning --- Command/WebApp.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Command') diff --git a/Command/WebApp.hs b/Command/WebApp.hs index ede1ad9ba..3a074218f 100644 --- a/Command/WebApp.hs +++ b/Command/WebApp.hs @@ -213,7 +213,7 @@ openBrowser mcmd htmlshim realurl outh errh = do #endif where p = case mcmd of - Just cmd -> proc cmd [htmlshim] + Just c -> proc c [htmlshim] Nothing -> #ifndef mingw32_HOST_OS browserProc url -- cgit v1.2.3