]> git.sur5r.net Git - cc65/blobdiff - src/cc65/main.c
Fix
[cc65] / src / cc65 / main.c
index 8fc774f87d1c729948fc348a766a77e5de42b3e7..6847c4b141b56d69ffe8050b033fcdd05d4d14bf 100644 (file)
@@ -747,12 +747,12 @@ static void OptVerbose (const char* Opt attribute ((unused)),
 
 
 
-static void OptVersion (const char* Opt attribute((unused)),
-                        const char* Arg attribute((unused)))
+static void OptVersion (const char* Opt attribute ((unused)),
+                        const char* Arg attribute ((unused)))
 /* Print the compiler version */
 {
-    fprintf(stderr, "%s V%s\n", ProgName, GetVersionAsString());
-    exit(EXIT_SUCCESS);
+    fprintf (stderr, "%s V%s\n", ProgName, GetVersionAsString ());
+    exit (EXIT_SUCCESS);
 }