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

jpegut.c

index 4e38d30f5d1b8b14a7ef182dca4d3b8fbf623265..1be8bc1d506449a81aea9f77fc6189c763f54e21 100644 (file)
--- a/jpegut.c
+++ b/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++)