summaryrefslogtreecommitdiff
path: root/p
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2015-08-11 11:26:22 +0200
committerJoachim Breitner <mail@joachim-breitner.de>2015-08-11 11:26:22 +0200
commitd40b3f2e9cbd430302c8e5832b79b337503745c5 (patch)
treea7ae5c9a7e762c7d81309d2bfa9729730a1d6168 /p
parent37757d28747e3f1018fc914f7e66fca734f14570 (diff)
downloadDHG_packages-d40b3f2e9cbd430302c8e5832b79b337503745c5.tar.gz
JuciyPixels: Line endings
Diffstat (limited to 'p')
-rw-r--r--p/haskell-juicypixels/debian/patches/fix-error-message-spelling.patch16
1 files changed, 8 insertions, 8 deletions
diff --git a/p/haskell-juicypixels/debian/patches/fix-error-message-spelling.patch b/p/haskell-juicypixels/debian/patches/fix-error-message-spelling.patch
index 07c18c27d..d6b16ce9a 100644
--- a/p/haskell-juicypixels/debian/patches/fix-error-message-spelling.patch
+++ b/p/haskell-juicypixels/debian/patches/fix-error-message-spelling.patch
@@ -7,11 +7,11 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/src/Codec/Picture/Jpg.hs
+++ b/src/Codec/Picture/Jpg.hs
@@ -581,7 +581,7 @@ decodeJpegWithMetadata file = case runGe
- in
- (, meta) <$>
- dynamicOfColorSpace (colorSpaceOfState st) imgWidth imgHeight arr
-- _ -> Left "Unkown JPG kind"
-+ _ -> Left "Unknown JPG kind"
- where
- compCount = length $ jpgComponents scanInfo
- (_,scanInfo) = gatherScanInfo img
+ in
+ (, meta) <$>
+ dynamicOfColorSpace (colorSpaceOfState st) imgWidth imgHeight arr
+- _ -> Left "Unkown JPG kind"
++ _ -> Left "Unknown JPG kind"
+ where
+ compCount = length $ jpgComponents scanInfo
+ (_,scanInfo) = gatherScanInfo img