aboutsummaryrefslogtreecommitdiff
path: root/graphics/jasper
diff options
context:
space:
mode:
authorAlex Kozlov <ak@FreeBSD.org>2013-02-01 15:04:00 +0000
committerAlex Kozlov <ak@FreeBSD.org>2013-02-01 15:04:00 +0000
commit05a9235c983dfdff5c61c3e7c13a29f8d8ddd52a (patch)
tree758c70cb6bd64afa6adeaa071d49dba91d5ddd9e /graphics/jasper
parent529da1f624ebb1bb70abcbb89c800c11cb6687fb (diff)
downloadports-05a9235c983dfdff5c61c3e7c13a29f8d8ddd52a.tar.gz
ports-05a9235c983dfdff5c61c3e7c13a29f8d8ddd52a.zip
Notes
Diffstat (limited to 'graphics/jasper')
-rw-r--r--graphics/jasper/files/patch-jpc_dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/jasper/files/patch-jpc_dec.c b/graphics/jasper/files/patch-jpc_dec.c
index 957e14cb134d..a2f1c2303a53 100644
--- a/graphics/jasper/files/patch-jpc_dec.c
+++ b/graphics/jasper/files/patch-jpc_dec.c
@@ -14,4 +14,4 @@
+ assert(dec->numcomps == 3 || dec->numcomps == 4);
jpc_iict(tile->tcomps[0].data, tile->tcomps[1].data,
tile->tcomps[2].data);
- break; \ No newline at end of file
+ break;