]> git.cworth.org Git - spritext/commitdiff
Note missing copyright header/add some newlines
authorCarl Worth <cworth@cworth.org>
Tue, 19 Jun 2007 06:41:53 +0000 (23:41 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 19 Jun 2007 06:41:53 +0000 (23:41 -0700)
spritext.c

index 87feeae273f16fa27c6164a3e2277eb4d7ba70d0..0d47d198e1b922e02a4bb2c7dbc4cc8a2922369e 100644 (file)
@@ -1,3 +1,5 @@
+/* XXX: Copyright/license blurb needed here */
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
@@ -5,9 +7,11 @@
 #include <cairo.h>
 #include <cairo-ft.h>
 #include <cgic.h>
+
 #ifndef CAIRO_HAS_PNG_FUNCTIONS
 #error This program requires cairo with PNG support
 #endif
+
 #include <ft2build.h>
 #include FT_FREETYPE_H