summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorSosthène Guédon <sosthene.gued@gmail.com>2019-06-16 12:12:33 +0200
committerSosthène Guédon <sosthene.gued@gmail.com>2019-06-16 12:12:33 +0200
commite2cd442811ce3d5d602e1e3d90173af77e5041d4 (patch)
tree4def7574025a60e98d74be26713a0aea2a5b3497 /src/main.c
parent08556c96115a5421f05b637bb29affde359ccacf (diff)
Change FOLDER to DIR
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 263b534..3edc858 100644
--- a/src/main.c
+++ b/src/main.c
@@ -775,8 +775,8 @@ void show_version_and_quit() {
#ifdef DFLT_PAGER
sc_info("-DDFLT_PAGER=\"%s\"", DFLT_PAGER);
#endif
-#ifdef HISTORY_FOLDER
- sc_info("-DHISTORY_FOLDER=\"%s\"", HISTORY_FOLDER);
+#ifdef HISTORY_DIR
+ sc_info("-DHISTORY_DIR=\"%s\"", HISTORY_DIR);
#endif
#ifdef HISTORY_FILE
sc_info("-DHISTORY_FILE=\"%s\"", HISTORY_FILE);