diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2018-01-31 18:15:39 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2018-01-31 18:15:39 +0000 |
commit | a0f30c0848d7d121b7bdc0c2d8434db036193751 (patch) | |
tree | b91e08568c0e68bb3c4dbf10f535d507566599b5 /emulators/dgen-sdl | |
parent | f6bd5f2e04e31406a913cb37bdd8c8bdf797f4fb (diff) | |
download | ports-a0f30c0848d7d121b7bdc0c2d8434db036193751.tar.gz ports-a0f30c0848d7d121b7bdc0c2d8434db036193751.zip |
Notes
Diffstat (limited to 'emulators/dgen-sdl')
-rw-r--r-- | emulators/dgen-sdl/files/patch-main.c | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/emulators/dgen-sdl/files/patch-main.c b/emulators/dgen-sdl/files/patch-main.c new file mode 100644 index 000000000000..339211a88bfe --- /dev/null +++ b/emulators/dgen-sdl/files/patch-main.c @@ -0,0 +1,19 @@ +Index: main.cpp +@@ -82,7 +82,7 @@ + static void help() + { + printf( +- "DGen/SDL v"VER"\n" ++ "DGen/SDL v" VER "\n" + "Usage: dgen [options] [romname [...]]\n\n" + "Where options are:\n" + " -v Print version number and exit.\n" +@@ -256,7 +256,7 @@ + { + case 'v': + // Show version and exit +- printf("DGen/SDL version "VER"\n"); ++ printf("DGen/SDL version " VER "\n"); + return 0; + case 'r': + // Parse another RC file or stdin |