Make Visual C++ happy
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@466 632fc199-4ca6-4c93-a231-07263d6284db
This commit is contained in:
2
jpegut.c
2
jpegut.c
@@ -106,9 +106,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 scalefactor,
|
||||
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++)
|
||||
|
||||
Reference in New Issue
Block a user