]> git.sur5r.net Git - cc65/blobdiff - src/sp65/geosicon.c
Merge branch 'master' into master
[cc65] / src / sp65 / geosicon.c
index a735c89fe4cf0536cd80eead832fdfe7c6797188..bc4072b0e6a07085897441aba01aed06b9c14cf6 100644 (file)
@@ -64,9 +64,9 @@
 
 StrBuf* GenGeosIcon (const Bitmap* B, const Collection* A attribute ((unused)))
 /* Generate binary output in GEOS icon format for the bitmap B. The output
- * is stored in a string buffer (which is actually a dynamic char array) and
- * returned.
- */
+** is stored in a string buffer (which is actually a dynamic char array) and
+** returned.
+*/
 {
     StrBuf* D;
     unsigned X, Y;