1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-21 09:17:52 +00:00

removed dangling space

This commit is contained in:
Gorilla Sapiens
2025-05-27 06:31:54 +00:00
parent ca8b072608
commit a1139aa6b8
+1 -1
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.
**