aboutsummaryrefslogtreecommitdiff
path: root/view.c
diff options
context:
space:
mode:
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" },