From e20413bf6b872a8c23f1704a89295c5897347c9d Mon Sep 17 00:00:00 2001 From: pierrejoye Date: Wed, 3 Apr 2013 14:23:11 +0200 Subject: - apply same CS everywhere --- tests/gd2/gd2_im2im.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/gd2/gd2_im2im.c') diff --git a/tests/gd2/gd2_im2im.c b/tests/gd2/gd2_im2im.c index a83c7bf..7745fa5 100644 --- a/tests/gd2/gd2_im2im.c +++ b/tests/gd2/gd2_im2im.c @@ -58,9 +58,9 @@ int main() printf("pixels changed: %d\n", result.pixels_changed); } gdImageDestroy(dst); - door1: +door1: gdFree(p); - door0: +door0: gdImageDestroy(src); return status; } -- cgit v1.2.1