diff options
Diffstat (limited to 'src/libpng-test.c')
-rw-r--r-- | src/libpng-test.c | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/src/libpng-test.c b/src/libpng-test.c index d9ee8a6..bf036d2 100644 --- a/src/libpng-test.c +++ b/src/libpng-test.c @@ -1,8 +1,10 @@ -/* This file is part of MXE. */ -/* See doc/index.html for further information. */ - -/* This is a slightly modified version of: */ -/* http://ironalbatross.net/wiki/index.php5?title=CPP_LIBPNG#Minimal_Example_of_writing_a_PNG_File */ +/* + * This file is part of MXE. + * See doc/index.html for further information. + * + * This is a slightly modified version of: + * http://ironalbatross.net/wiki/index.php5?title=CPP_LIBPNG#Minimal_Example_of_writing_a_PNG_File + */ #include <stdio.h> #include <stdlib.h> |