gnu: libjpeg-turbo: Fix typo.

This is a followup to commit e90a706e16.

* gnu/packages/image.scm (libjpeg-turbo): Remove extra "\".
This commit is contained in:
Alex Kost 2016-12-13 19:52:13 +03:00
parent 1975ec69e7
commit bee075e706
No known key found for this signature in database
GPG Key ID: 82460C082A0EE98F
1 changed files with 1 additions and 1 deletions

View File

@ -1077,7 +1077,7 @@ PNG, and performs PNG integrity checks and corrections.")
(lambda _ (lambda _
(substitute* "simd/jsimd_mips.c" (substitute* "simd/jsimd_mips.c"
(("env = getenv\\(\"JSIMD_FORCEDSPR2") (("env = getenv\\(\"JSIMD_FORCEDSPR2")
"char *env = getenv\(\"JSIMD_FORCEDSPR2")) "char *env = getenv(\"JSIMD_FORCEDSPR2"))
#t))))) #t)))))
(home-page "http://www.libjpeg-turbo.org/") (home-page "http://www.libjpeg-turbo.org/")
(synopsis "SIMD-accelerated JPEG image handling library") (synopsis "SIMD-accelerated JPEG image handling library")