This commit is contained in:
jede
2017-01-29 22:59:53 +01:00
parent e21eca942b
commit bd82bf6a7f
4 changed files with 8 additions and 8 deletions

View File

@@ -631,7 +631,7 @@ 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());
fprintf(stderr, "%s V%s\n", ProgName, GetVersionAsString ());
exit(EXIT_SUCCESS);
}