summaryrefslogtreecommitdiff
path: root/Command/WebApp.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-10-14 14:29:53 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-10-14 14:29:53 -0400
commit5bc67b69695d2056f7a2e88b5932babdb0f8f9fd (patch)
tree6d5d3201266eff5d55971f9341da7403c2037141 /Command/WebApp.hs
parent0b27d767ed54ffc4092b09adf4a58ac30846f6f9 (diff)
warning
Diffstat (limited to 'Command/WebApp.hs')
-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