summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/helpers.h2
-rw-r--r--src/main.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/helpers.h b/src/helpers.h
index 37d46f43..263475c4 100644
--- a/src/helpers.h
+++ b/src/helpers.h
@@ -29,7 +29,7 @@
#define PROGRAM_NAME "clifm"
#define PROGRAM_DESC "The command line file manager"
#define VERSION "1.14.6"
-#define DATE "Sep 18, 2023"
+#define DATE "Sep 20, 2023"
#define AUTHOR "L. Abramovich"
#define CONTACT "https://github.com/leo-arch/clifm"
#define LICENSE "GPL2+"
diff --git a/src/main.c b/src/main.c
index 0983a8ee..68a7217f 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1188,7 +1188,7 @@ main(int argc, char *argv[])
if (xargs.list_and_quit == 1) {
list_files();
- exit(EXIT_SUCCESS);
+ exit(EXIT_SUCCESS); /* Never reached */
}
set_sel_file();