From 59c4c9899802e876ceb4c31095d983048ace8fb1 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Wed, 1 Mar 2017 09:38:48 -0700 Subject: missing space --- Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Main.hs b/Main.hs index d4fa299..508fb67 100644 --- a/Main.hs +++ b/Main.hs @@ -121,7 +121,7 @@ scanPage st dir = withFile outF WriteMode $ \outH -> do case exit of ExitSuccess -> return True ExitFailure c -> do - putStrLn $ "scanimage exited with exit code" ++ show c ++ "!" + putStrLn $ "scanimage exited with exit code " ++ show c ++ "!" putStrLn "This might because sscan tried to use an option that your" putStrLn "scanner does not support. Please try another preset." putStrLn "Press any key to abort this scanning session..." -- cgit v1.2.3