Make it compile. (#150761, Jon-Kare Hellan)

Mon Aug 23 00:51:20 2004  Matthias Clasen  <maclas@gmx.de>

	* pixops/pixops.c (pixops_scale_nearest): Make it
	compile.  (#150761, Jon-Kare Hellan)
This commit is contained in:
Matthias Clasen
2004-08-23 04:55:06 +00:00
committed by Matthias Clasen
parent e56818a84f
commit 64c73128d1
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
Mon Aug 23 00:51:20 2004 Matthias Clasen <maclas@gmx.de>
* pixops/pixops.c (pixops_scale_nearest): Make it
compile. (#150761, Jon-Kare Hellan)
Sun Aug 22 03:24:38 2004 Matthias Clasen <maclas@gmx.de>
* pixops/pixops.c (pixops_scale_nearest): Fix a mixup in

View File

@@ -125,7 +125,7 @@ pixops_scale_nearest (guchar *dest_buf,
}
else
{
INNER_LOOP (3, 4, dest[0]=p[0];dest[1]=p[1];dest[2]=p[2],dest[3]=0xff);
INNER_LOOP (3, 4, dest[0]=p[0];dest[1]=p[1];dest[2]=p[2];dest[3]=0xff);
}
}
else if (src_channels == 4)