]> git.sur5r.net Git - cc65/blobdiff - src/sp65/raw.c
Added '_' prefix to sin and cos.
[cc65] / src / sp65 / raw.c
index 8712006523f8ac779edf6f5c53fa5c3f6e404a89..6844fe2c37598561a8b4c2e848a1a46ac389a4d5 100644 (file)
@@ -52,8 +52,8 @@
 
 StrBuf* GenRaw (const Bitmap* B, const Collection* A attribute ((unused)))
 /* Generate binary output in raw format. The output is stored in a string
- * buffer (which is actually a dynamic char array) and returned.
- */
+** buffer (which is actually a dynamic char array) and returned.
+*/
 {
     StrBuf* D;
     unsigned X, Y;
@@ -84,6 +84,3 @@ StrBuf* GenRaw (const Bitmap* B, const Collection* A attribute ((unused)))
     /* Return the converted bitmap */
     return D;
 }
-
-
-