diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-11-11 01:14:20 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-11-11 01:14:20 +0000 |
commit | 21b439620286234101f422230c1b82abb15a2baa (patch) | |
tree | 77c2fa6fcc8bc884f012e60f8de097b86e66f1ce /games/species/files | |
parent | ba056fb3f860240f4ebb8cb9ed8d6669d0009feb (diff) | |
download | ports-21b439620286234101f422230c1b82abb15a2baa.tar.gz ports-21b439620286234101f422230c1b82abb15a2baa.zip |
Notes
Diffstat (limited to 'games/species/files')
-rw-r--r-- | games/species/files/patch-main.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/species/files/patch-main.cpp b/games/species/files/patch-main.cpp new file mode 100644 index 000000000000..b2f8bcbdd5c8 --- /dev/null +++ b/games/species/files/patch-main.cpp @@ -0,0 +1,11 @@ +--- ./main.cpp.orig 2013-11-10 23:14:27.000000000 -0200 ++++ ./main.cpp 2013-11-10 23:14:37.000000000 -0200 +@@ -29,7 +29,7 @@ + + /***** main program entry point ********************/ + +-int main(int /*argc*/,char /***args*/) { ++int main(int /*argc*/,char ** /*args*/) { + CKingdom kingdom; + + #ifndef _WIN32 |