]> git.sur5r.net Git - cc65/blobdiff - src/sp65/vic2sprite.c
Merge pull request #604 from blackystardust/master
[cc65] / src / sp65 / vic2sprite.c
index a9139d0a180ea67842ee7453852a00aabc907648..3e99ec7b21316d727897e9fa989f01320f344c47 100644 (file)
@@ -92,9 +92,9 @@ static enum Mode GetMode (const Collection* A)
 
 StrBuf* GenVic2Sprite (const Bitmap* B, const Collection* A)
 /* Generate binary output in VICII sprite 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.
+*/
 {
     enum Mode M;
     StrBuf* D;