aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/textadept.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/textadept.c b/src/textadept.c
index b2bf85af..0aef64b8 100644
--- a/src/textadept.c
+++ b/src/textadept.c
@@ -208,7 +208,7 @@ static int quit;
#endif
static int initing, closing;
static int show_tabs = TRUE, tab_sync;
-enum {SVOID, SINT, SLEN, SPOS, SCOLOR, SBOOL, SKEYMOD, SSTRING, SSTRINGRET};
+enum {SVOID, SINT, SLEN, SCOLOR, SBOOL, SKEYMOD, SSTRING, SSTRINGRET};
// Forward declarations.
static void new_buffer(sptr_t);