summaryrefslogtreecommitdiff
path: root/contrib/tools/genpng.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/tools/genpng.c')
-rw-r--r--contrib/tools/genpng.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/tools/genpng.c b/contrib/tools/genpng.c
index 3140fb49d..c43bea906 100644
--- a/contrib/tools/genpng.c
+++ b/contrib/tools/genpng.c
@@ -1,4 +1,4 @@
-/*- genpng
+/* genpng
*
* COPYRIGHT: Written by John Cunningham Bowler, 2015.
* Revised by Glenn Randers-Pehrson, 2017, to add buffer-size check.
@@ -69,6 +69,7 @@
* joins are mitres; the outside of the lines are continued to the point of
* intersection.
*/
+
#include <stddef.h>
#include <stdlib.h>
#include <string.h>