From da58a91d1ea892240d32487b6febd42d333151ff Mon Sep 17 00:00:00 2001 From: DRC Date: Sun, 27 Feb 2011 00:07:51 +0000 Subject: [PATCH] Make Visual C++ happy 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jpegut.c b/jpegut.c index 4e38d30f5..1be8bc1d5 100644 --- 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