From 21e671615cd9531c9c14c8f249bdb231af27f616 Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Thu, 27 May 2021 13:07:25 +0100 Subject: [PATCH] fix invalid suffix on literal --- gdtool/gdtool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdtool/gdtool.cpp b/gdtool/gdtool.cpp index c05fe46..ee08557 100644 --- a/gdtool/gdtool.cpp +++ b/gdtool/gdtool.cpp @@ -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 ....\n\n"); printf(" -a 0x01AB -> start address to disassemble\n");