Fix dangling space

This commit is contained in:
karri 2022-12-30 15:27:17 +02:00
parent b6d06288e0
commit 878a20ab59
1 changed files with 1 additions and 1 deletions

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.
*/