diff options
Diffstat (limited to 'games/xlogical/files/patch-gpl.h')
-rw-r--r-- | games/xlogical/files/patch-gpl.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/xlogical/files/patch-gpl.h b/games/xlogical/files/patch-gpl.h new file mode 100644 index 000000000000..cd0653268851 --- /dev/null +++ b/games/xlogical/files/patch-gpl.h @@ -0,0 +1,11 @@ +--- gpl.h.orig 2007-11-05 23:45:33.000000000 +0100 ++++ gpl.h 2007-11-05 23:45:40.000000000 +0100 +@@ -20,7 +20,7 @@ + //
+ ////////////////////////////////////////////////////////////////////////
+
+-char *gpl[] = {
++const char *gpl[] = {
+ "GNU GENERAL PUBLIC LICENSE",
+ "TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION",
+ " ",
|