summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2012-03-23 19:39:14 +0000
committerdcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2012-03-23 19:39:14 +0000
commit78c3e6c22d98836f78eca177ebb6920ed662b6b6 (patch)
tree4a67d23321bc4cdc3d538f67bc899ce604399fc7
parent7be0df75e8a0a10639844aefc89cbaf7d0a59e3e (diff)
Whitespace tweak
git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@823 3789f03b-4d11-0410-bbf8-ca57d06f2519
-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);