aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-02-10 16:53:35 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-02-10 16:53:35 -0400
commit75e507d0af707f9773f4b93c17c76c5161d2a195 (patch)
tree1f888432c66376520127b1699f798e4bb9e23697
parent0fef480bcaee9ae87f17d008a3787871d3bc9786 (diff)
foo
-rw-r--r--Messages.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Messages.hs b/Messages.hs
index 12a836d3c..ab5992a6c 100644
--- a/Messages.hs
+++ b/Messages.hs
@@ -60,5 +60,5 @@ indent s = join "\n" $ map (\l -> " " ++ l) $ lines s
{- Prepares a filename for display. This is needed because strings are
- internally represented in git-annex is non-decoded form. -}
-showFile :: String -> String
+showFile :: FilePath -> String
showFile = decodeString