summaryrefslogtreecommitdiff
path: root/ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui.c')
-rw-r--r--ui.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ui.c b/ui.c
index 995c631..2af72fa 100644
--- a/ui.c
+++ b/ui.c
@@ -501,9 +501,9 @@ static bool file_selector_cd(Ted *ted, FileSelector *fs, const char *path) {
static ColorSetting color_setting_for_file_type(FsType type) {
switch (type) {
- case FS_FILE: return COLOR_TEXT;
- case FS_DIRECTORY: return COLOR_TEXT_FOLDER;
- default: return COLOR_TEXT_OTHER;
+ case FS_FILE: return COLOR_TEXT;
+ case FS_DIRECTORY: return COLOR_TEXT_FOLDER;
+ default: return COLOR_TEXT_OTHER;
}
}