1
0
mirror of https://github.com/cc65/cc65.git synced 2026-01-23 08:16:38 +00:00

Update main.c - codestyle

This commit is contained in:
Bob Andrews
2025-06-20 17:53:52 +02:00
committed by GitHub
parent de844d48c4
commit fa4d704ee8

View File

@@ -1719,7 +1719,7 @@ int main (int argc, char* argv [])
** Link() may not return if there's an error, so we install
** RemoveTempFiles() as an atexit() handler.
*/
atexit(RemoveTempFiles);
atexit (RemoveTempFiles);
Link ();
}