summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/goban/goban.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/goban/goban.h b/apps/plugins/goban/goban.h
index 4cb8111..229c9ae 100644
--- a/apps/plugins/goban/goban.h
+++ b/apps/plugins/goban/goban.h
@@ -322,7 +322,7 @@
#define DEFAULT_SAVE_DIR PLUGIN_GAMES_DIR "/goban"
/* The default file we save to */
-#define DEFAULT_SAVE (DEFAULT_SAVE_DIR "/goban_d.save")
+#define DEFAULT_SAVE (DEFAULT_SAVE_DIR "/goban_d.sgf")
/* The size of the buffer we store filenames in (1 reserved for '\0') */
#define SAVE_FILE_LENGTH 256