fix build

This commit is contained in:
Joey Hess 2013-05-02 19:10:30 -04:00
parent 5e01e9b4be
commit 29df1a6bec

View file

@ -170,7 +170,7 @@ openBrowser mcmd htmlshim realurl outh errh = do
where
p = case mcmd of
Just cmd -> proc cmd [htmlshim]
Nothing -> browserProc htmlshim url
Nothing -> browserProc url
#ifdef __ANDROID__
{- Android does not support file:// urls, but neither is
- the security of the url in the process table important