Skip to content

Commit

Permalink
Make Visual C++ happy
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@465 632fc199-4ca6-4c93-a231-07263d6284db
  • Loading branch information
dcommander committed Feb 27, 2011
1 parent 0769f50 commit da58a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jpegut.c
Expand Up @@ -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++)
Expand Down

0 comments on commit da58a91

Please sign in to comment.