summaryrefslogtreecommitdiff
path: root/tests/gd2/gd2_im2im.c
diff options
context:
space:
mode:
authorpierrejoye <none@none>2013-04-03 14:23:11 +0200
committerpierrejoye <none@none>2013-04-03 14:23:11 +0200
commite20413bf6b872a8c23f1704a89295c5897347c9d (patch)
treef34b5402f97cd826bb312e18677f3974d53bfd52 /tests/gd2/gd2_im2im.c
parent385566e4ba57d803921a13306ead66f354cee0a2 (diff)
downloadlibgd-e20413bf6b872a8c23f1704a89295c5897347c9d.tar.gz
- apply same CS everywhere
Diffstat (limited to 'tests/gd2/gd2_im2im.c')
-rw-r--r--tests/gd2/gd2_im2im.c4
1 files changed, 2 insertions, 2 deletions
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;
}