diff options
author | 2019-07-11 16:21:33 -0400 | |
---|---|---|
committer | 2019-07-11 16:21:33 -0400 | |
commit | 68abf86021d8dc505ac0b6c91f2b5941a8da9d15 (patch) | |
tree | f9bedb43aeb5cb277cec45c70842e906193c3c91 /src/textadept.c | |
parent | 84b3ba9f05b9ad76ec68c2da2af15afc7bec6685 (diff) | |
download | textadept-68abf86021d8dc505ac0b6c91f2b5941a8da9d15.tar.gz textadept-68abf86021d8dc505ac0b6c91f2b5941a8da9d15.zip |
Updated to latest Scintilla LongTerm3 revision.
Scintilla.iface has changed, as has some of its underlying platform API. Testing
sooner is better than later.
Diffstat (limited to 'src/textadept.c')
-rw-r--r-- | src/textadept.c | 2 |
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); |