aboutsummaryrefslogtreecommitdiffhomepage
path: root/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Main.hs')
-rw-r--r--Main.hs2
1 files changed, 1 insertions, 1 deletions
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..."