summaryrefslogtreecommitdiff
path: root/apps/plugins/goban/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/goban/util.c')
-rw-r--r--apps/plugins/goban/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/goban/util.c b/apps/plugins/goban/util.c
index e9966311ef..0e83173f40 100644
--- a/apps/plugins/goban/util.c
+++ b/apps/plugins/goban/util.c
@@ -210,7 +210,7 @@ char *prop_names[] = {
210 210
211/* These seems to be specified by the SGF specification. You can do free 211/* These seems to be specified by the SGF specification. You can do free
212 form ones as well, but I haven't implemented that (and don't plan to) */ 212 form ones as well, but I haven't implemented that (and don't plan to) */
213char *ruleset_names[] = { "AGA", "Japanese", "Chinese", "NZ", "GOE" }; 213const char *ruleset_names[] = { "AGA", "Japanese", "Chinese", "NZ", "GOE" };
214 214
215 215
216 216