summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Command/WebApp.hs2
1 files changed, 1 insertions, 1 deletions
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