aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/module/descriptor/annotation.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--new-luxc/source/luxc/module/descriptor/annotation.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/new-luxc/source/luxc/module/descriptor/annotation.lux b/new-luxc/source/luxc/module/descriptor/annotation.lux
index 299616e6b..2ed106545 100644
--- a/new-luxc/source/luxc/module/descriptor/annotation.lux
+++ b/new-luxc/source/luxc/module/descriptor/annotation.lux
@@ -11,7 +11,7 @@
["&" ../common]
[luxc ["&;" parser]])
-(def: dummy-cursor Cursor ["" +0 +0])
+(def: dummy-cursor Cursor ["" +1 +0])
(do-template [<name> <code>]
[(def: <name> &;Signal <code>)]