1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-26 05:29:30 +00:00

Fix dangling space

This commit is contained in:
karri 2022-12-30 15:27:17 +02:00
parent b6d06288e0
commit 878a20ab59

View File

@ -51,7 +51,7 @@
StrBuf* GenLynxPalette (const Bitmap* B, const Collection* A);
/* Generate binary output in Lynx palette format for the bitmap B. The output
/* Generate binary output in Lynx palette format for the bitmap B. The output
** is stored in a string buffer (which is actually a dynamic char array) and
** returned.
*/