gnu: libjpeg-turbo: Fix typo.

This is a followup to commit e90a706e16.

* gnu/packages/image.scm (libjpeg-turbo): Remove extra "\".
master
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 _
(substitute* "simd/jsimd_mips.c"
(("env = getenv\\(\"JSIMD_FORCEDSPR2")
"char *env = getenv\(\"JSIMD_FORCEDSPR2"))
"char *env = getenv(\"JSIMD_FORCEDSPR2"))
#t)))))
(home-page "http://www.libjpeg-turbo.org/")
(synopsis "SIMD-accelerated JPEG image handling library")