aboutsummaryrefslogtreecommitdiff
path: root/view.c
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 /view.c
parent8df64eae8924d4e2c2ca1b883e8149108ed4333d (diff)
downloadvis-207106ffca7b291b06cbd5366264cc66ee76af6a.tar.gz
vis-207106ffca7b291b06cbd5366264cc66ee76af6a.tar.xz
ui: s/UiStyles/UiStyle/g
Diffstat (limited to 'view.c')
-rw-r--r--view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/view.c b/view.c
index 26821c3..14043ee 100644
--- a/view.c
+++ b/view.c
@@ -225,7 +225,7 @@ bool view_syntax_set(View *view, const char *name) {
lua_getfield(L, -1, "lexers");
static const struct {
- enum UiStyles id;
+ enum UiStyle id;
const char *name;
} styles[] = {
{ UI_STYLE_DEFAULT, "STYLE_DEFAULT" },