Index: head/emulators/dgen-sdl/files/patch-main.c =================================================================== --- head/emulators/dgen-sdl/files/patch-main.c (nonexistent) +++ head/emulators/dgen-sdl/files/patch-main.c (revision 460522) @@ -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 Property changes on: head/emulators/dgen-sdl/files/patch-main.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property