Skip to content

Commit

Permalink
fix invalid suffix on literal
Browse files Browse the repository at this point in the history
  • Loading branch information
WinterMute committed May 27, 2021
1 parent e31eb4a commit 21e6716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gdtool/gdtool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ int main(int argc, char* argv[])
fclose(fout);
break;
default:
printf("GCDSP "PACKAGE_VERSION", Copyright (C) 2005 Duddie\nGCDSP comes with ABSOLUTELY NO WARRANTY; This is free software, and you are welcome\nto redistribute it under GPL conditions\n");
printf("GCDSP " PACKAGE_VERSION ", Copyright (C) 2005 Duddie\nGCDSP comes with ABSOLUTELY NO WARRANTY; This is free software, and you are welcome\nto redistribute it under GPL conditions\n");
printf("\nUsage:\n\n");
printf(" gcdsptool <param1> <param2> ....\n\n");
printf(" -a 0x01AB -> start address to disassemble\n");
Expand Down

0 comments on commit 21e6716

Please sign in to comment.