aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-03-01 09:38:48 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-03-01 09:38:48 -0700
commit59c4c9899802e876ceb4c31095d983048ace8fb1 (patch)
tree6c42f6b12a7b702c96ec3aa2309d033d68464593
parentdd89dd5ac1fbc25b440b2b88cfc440ac54f6df70 (diff)
downloadsscan-59c4c9899802e876ceb4c31095d983048ace8fb1.tar.gz
missing space
-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..."