diff options
author | Joey Hess <joey@kitenet.net> | 2014-10-14 14:29:53 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-10-14 14:29:53 -0400 |
commit | 5bc67b69695d2056f7a2e88b5932babdb0f8f9fd (patch) | |
tree | 6d5d3201266eff5d55971f9341da7403c2037141 /Command | |
parent | 0b27d767ed54ffc4092b09adf4a58ac30846f6f9 (diff) |
warning
Diffstat (limited to 'Command')
-rw-r--r-- | Command/WebApp.hs | 2 |
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 |