]> granicus.if.org Git - libjpeg-turbo/commitdiff
Make Visual C++ happy
authorDRC <dcommander@users.sourceforge.net>
Sun, 27 Feb 2011 00:08:06 +0000 (00:08 +0000)
committerDRC <dcommander@users.sourceforge.net>
Sun, 27 Feb 2011 00:08:06 +0000 (00:08 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@466 632fc199-4ca6-4c93-a231-07263d6284db

1  2 
jpegut.c

diff --cc jpegut.c
index 94bae21b37ed89230f1c71f86bcf973921e26471,1be8bc1d506449a81aea9f77fc6189c763f54e21..67299f2da29c23eaf7965b150f930bea998d8a6d
+++ b/jpegut.c
@@@ -103,12 -103,11 +103,12 @@@ void initbuf(unsigned char *buf, int w
        }
  }
  
 -void dumpbuf(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++)