Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/emulators/dgen-sdl/files/patch-main.c
16461 views
1
Index: main.cpp
2
@@ -82,7 +82,7 @@
3
static void help()
4
{
5
printf(
6
- "DGen/SDL v"VER"\n"
7
+ "DGen/SDL v" VER "\n"
8
"Usage: dgen [options] [romname [...]]\n\n"
9
"Where options are:\n"
10
" -v Print version number and exit.\n"
11
@@ -256,7 +256,7 @@
12
{
13
case 'v':
14
// Show version and exit
15
- printf("DGen/SDL version "VER"\n");
16
+ printf("DGen/SDL version " VER "\n");
17
return 0;
18
case 'r':
19
// Parse another RC file or stdin
20
21