aboutsummaryrefslogtreecommitdiff
path: root/include/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/options.h')
-rw-r--r--include/options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/options.h b/include/options.h
index cfc9246..5e951b2 100644
--- a/include/options.h
+++ b/include/options.h
@@ -21,7 +21,7 @@
#define PATH_SEP '/'
#endif
-enum esort_type { SORT_BY_SIZE, SORT_BY_TIME };
+enum esort_type { SORT_BY_NAME, SORT_BY_SIZE, SORT_BY_TIME };
/* === GLOBAL VARIABLES === */