author | Sam Lantinga <slouken@libsdl.org> |
Wed, 18 Nov 2009 06:15:21 +0000 | |
changeset 3442 | 204609180482 |
parent 3441 | 5271ce790fed |
child 3443 | 7f477a22dff5 |
--- a/test/automated/render/render.c Tue Nov 17 06:51:14 2009 +0000 +++ b/test/automated/render/render.c Wed Nov 18 06:15:21 2009 +0000 @@ -518,7 +518,7 @@ } /* See if it's the same. */ - if (render_compare( "Blended primitives output not the same.", &img_primitives )) + if (render_compare( "Blended primitives output not the same.", &img_blend )) return -1; return 0;