aboutsummaryrefslogtreecommitdiff
path: root/vis-core.h
diff options
context:
space:
mode:
Diffstat (limited to 'vis-core.h')
-rw-r--r--vis-core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vis-core.h b/vis-core.h
index bb330ce..d4025be 100644
--- a/vis-core.h
+++ b/vis-core.h
@@ -159,7 +159,7 @@ struct Vis {
/* TODO: make part of Vis struct? enable dynamic modes? */
extern Mode vis_modes[VIS_MODE_LAST];
-extern Movement moves[MOVE_INVALID];
+extern Movement moves[VIS_MOVE_INVALID];
extern Operator ops[VIS_OP_INVALID];