removed dangling space

This commit is contained in:
Gorilla Sapiens
2025-05-27 06:31:54 +00:00
parent ca8b072608
commit a1139aa6b8

View File

@@ -138,7 +138,7 @@ char* MakeTmpFilename (const char* Ext)
**
** we could write our own version, but then we would have to struggle
** with supporting multiple build environments.
**
**
** tmpnam(3) is safe here, because ca65 / cc65 / ld65 will simply clobber
** an existing file, or exit if with an error if they are unable to.
**