summaryrefslogtreecommitdiff
path: root/games-emulation/dgen-sdl/files/dgen-sdl-1.33-clang-c++11.patch
blob: 55810b004f2c9017a41b87a3caa84cafebede802 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- a/main.cpp
+++ b/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