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 4cb8111546..229c9aed59 100644
--- a/apps/plugins/goban/goban.h
+++ b/apps/plugins/goban/goban.h
@@ -322,7 +322,7 @@
322#define DEFAULT_SAVE_DIR PLUGIN_GAMES_DIR "/goban" 322#define DEFAULT_SAVE_DIR PLUGIN_GAMES_DIR "/goban"
323 323
324/* The default file we save to */ 324/* The default file we save to */
325#define DEFAULT_SAVE (DEFAULT_SAVE_DIR "/goban_d.save") 325#define DEFAULT_SAVE (DEFAULT_SAVE_DIR "/goban_d.sgf")
326 326
327/* The size of the buffer we store filenames in (1 reserved for '\0') */ 327/* The size of the buffer we store filenames in (1 reserved for '\0') */
328#define SAVE_FILE_LENGTH 256 328#define SAVE_FILE_LENGTH 256