summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--branches/1.2.x/turbojpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/branches/1.2.x/turbojpeg.c b/branches/1.2.x/turbojpeg.c
index 37ad5a3..e08c767 100644
--- a/branches/1.2.x/turbojpeg.c
+++ b/branches/1.2.x/turbojpeg.c
@@ -498,7 +498,7 @@ DLLEXPORT int DLLCALL tjEncodeYUV2(tjhandle handle, unsigned char *srcBuf,
JSAMPROW *outbuf[MAX_COMPONENTS];
int row, pw, ph, cw[MAX_COMPONENTS], ch[MAX_COMPONENTS];
JSAMPLE *ptr=dstBuf;
- unsigned long yuvsize=0;
+ unsigned long yuvsize=0;
jpeg_component_info *compptr;
getinstance(handle);