From: jede Date: Sun, 29 Jan 2017 21:55:35 +0000 (+0100) Subject: new pull fix X-Git-Tag: V2.16~47^2~16 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e21eca942b00e30c2d33c3220dbb1225e1751668;p=cc65 new pull fix --- diff --git a/src/ca65/main.c b/src/ca65/main.c index fd06f685d..cbd514bc3 100644 --- a/src/ca65/main.c +++ b/src/ca65/main.c @@ -627,9 +627,9 @@ static void OptVerbose (const char* Opt attribute ((unused)), -static void OptVersion(const char* Opt attribute((unused)), - const char* Arg attribute((unused))) - /* Print the assembler version */ +static void OptVersion (const char* Opt attribute((unused)), + const char* Arg attribute((unused))) +/* Print the assembler version */ { fprintf(stderr, "%s V%s\n", ProgName, GetVersionAsString()); exit(EXIT_SUCCESS); diff --git a/src/cc65/main.c b/src/cc65/main.c index 1fd670340..8fc774f87 100644 --- a/src/cc65/main.c +++ b/src/cc65/main.c @@ -747,9 +747,9 @@ static void OptVerbose (const char* Opt attribute ((unused)), -static void OptVersion(const char* Opt attribute((unused)), - const char* Arg attribute((unused))) - /* Print the compiler version */ +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);