changeset 8666:809adad85bbc

10l another int i missing (without ^M)
author faust3
date Mon, 30 Dec 2002 23:00:02 +0000
parents 8b572238f63e
children 7753ba3fdb15
files postproc/postprocess_template.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/postproc/postprocess_template.c	Mon Dec 30 22:24:20 2002 +0000
+++ b/postproc/postprocess_template.c	Mon Dec 30 23:00:02 2002 +0000
@@ -3063,6 +3063,7 @@
 				memcpy(dstBlock, tempDst + dstStride, dstStride*(height-y));
 			else
 			{
+				int i;
 				for(i=0; i<height-y; i++)
 				{
 					memcpy(dstBlock + i*dstStride, tempDst + (i+1)*dstStride, width);