From 4d681ae38b5e9238159132d1c5a8dd776cc5d527 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 14 Oct 2014 14:29:53 -0400 Subject: [PATCH] warning --- Command/WebApp.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Command/WebApp.hs b/Command/WebApp.hs index ede1ad9ba4..3a074218f4 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