diff options
Diffstat (limited to 'games/spellathon/files/patch-src_cl_main.cc')
-rw-r--r-- | games/spellathon/files/patch-src_cl_main.cc | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/games/spellathon/files/patch-src_cl_main.cc b/games/spellathon/files/patch-src_cl_main.cc deleted file mode 100644 index 120010e31f74..000000000000 --- a/games/spellathon/files/patch-src_cl_main.cc +++ /dev/null @@ -1,15 +0,0 @@ -main.cc:378:31: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] - fprintf(stderr, "Spellathon "VERSION" (svn%s) (c)"COPYRIGHT"\n\n" - ^ - ---- src/cl/main.cc.orig 2018-08-02 06:21:54 UTC -+++ src/cl/main.cc -@@ -375,7 +375,7 @@ static void - help(void) - { - const char* svn_version(void); -- fprintf(stderr, "Spellathon "VERSION" (svn%s) (c)"COPYRIGHT"\n\n" -+ fprintf(stderr, "Spellathon " VERSION " (svn%s) (c)" COPYRIGHT "\n\n" - "usage: spellathon <option> [sub-options ...]\n\n" - "Options:\n" - " -i -- Game instructions.\n" |