From 75e507d0af707f9773f4b93c17c76c5161d2a195 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 10 Feb 2011 16:53:35 -0400 Subject: [PATCH] foo --- Messages.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Messages.hs b/Messages.hs index 12a836d3c5..ab5992a6c6 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