From 878a20ab59b8ba5104220dc4bcc08927816ae6d4 Mon Sep 17 00:00:00 2001 From: karri Date: Fri, 30 Dec 2022 15:27:17 +0200 Subject: [PATCH] Fix dangling space --- src/sp65/lynxpalette.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sp65/lynxpalette.h b/src/sp65/lynxpalette.h index 805db0d74..b4e3defe3 100644 --- a/src/sp65/lynxpalette.h +++ b/src/sp65/lynxpalette.h @@ -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. */