makepng: spelling corrections, single test output

Corrections to some obvious mistakes, plus one output file.

Signed-off-by: John Bowler <jbowler@acm.org>
This commit is contained in:
John Bowler 2015-09-21 17:15:45 -07:00
parent a2245a2c54
commit 8fae6609c0
2 changed files with 2 additions and 2 deletions

View File

@ -120,8 +120,8 @@
* IMAGE_LICENSING #define must contain UTF-8 characters. The 'copyright'
* symbol 0xA9U (\251) in ISO-Latin-1 encoding and 0xC20xA9 (\302\251) in UTF-8.
*/
#define IMAGE_LICENSING "Dedicated to the public domain per Create Commons "\
"license \"CC0 1.0\"; https://creativecommons.org/publicdomain/zero/"
#define IMAGE_LICENSING "Dedicated to the public domain per Creative Commons "\
"license \"CC0 1.0\"; https://creativecommons.org/publicdomain/zero/1.0/"
#include <stddef.h> /* for offsetof */
#include <stdlib.h>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB