aboutsummaryrefslogtreecommitdiff
path: root/ui.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2016-05-20 13:16:09 +0200
committerMarc André Tanner <mat@brain-dump.org>2016-05-22 00:05:30 +0200
commit207106ffca7b291b06cbd5366264cc66ee76af6a (patch)
tree44fa595732858c0f390b4e872e47d7d9d7341e44 /ui.h
parent8df64eae8924d4e2c2ca1b883e8149108ed4333d (diff)
downloadvis-207106ffca7b291b06cbd5366264cc66ee76af6a.tar.gz
vis-207106ffca7b291b06cbd5366264cc66ee76af6a.tar.xz
ui: s/UiStyles/UiStyle/g
Diffstat (limited to 'ui.h')
-rw-r--r--ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui.h b/ui.h
index fa455af..9061932 100644
--- a/ui.h
+++ b/ui.h
@@ -33,7 +33,7 @@ enum UiOption {
UI_OPTION_LARGE_FILE = 1 << 10,
};
-enum UiStyles {
+enum UiStyle {
UI_STYLE_LEXER_MAX = 64,
UI_STYLE_DEFAULT,
UI_STYLE_CURSOR,