summaryrefslogtreecommitdiff
path: root/branches
diff options
context:
space:
mode:
authordcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2011-02-27 00:07:51 +0000
committerdcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2011-02-27 00:07:51 +0000
commit28c74bafca5ab412cc310a118fa006e8c8609dd0 (patch)
tree8b1189fb095564ebb4583153427467ee5792c32f /branches
parent997744c4eafb33ed9125724296b3e109807202fb (diff)
Make Visual C++ happy
git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@465 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'branches')
-rw-r--r--branches/1.1.x/jpegut.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/branches/1.1.x/jpegut.c b/branches/1.1.x/jpegut.c
index 4e38d30..1be8bc1 100644
--- a/branches/1.1.x/jpegut.c
+++ b/branches/1.1.x/jpegut.c
@@ -105,9 +105,9 @@ void initbuf(unsigned char *buf, int w, int h, int ps, int flags)
void dumpbuf(unsigned char *buf, int w, int h, int ps, int flags)
{
- printf("\n");
int roffset=(flags&TJ_BGR)?2:0, goffset=1, boffset=(flags&TJ_BGR)?0:2, i,
j;
+ printf("\n");
for(i=0; i<h; i++)
{
for(j=0; j<w; j++)