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:
@@ -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 ();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user