From 03bc485016127d419bbbbc3cfb09e21e8754b383 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 30 Nov 2011 12:33:18 -0600 Subject: Initial automated TQt conversion --- src/LexCaml.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/LexCaml.cpp') diff --git a/src/LexCaml.cpp b/src/LexCaml.cpp index 5f4fad5..4c5ac4a 100644 --- a/src/LexCaml.cpp +++ b/src/LexCaml.cpp @@ -355,7 +355,7 @@ void ColouriseCamlDoc( else state2 = SCE_CAML_DEFAULT; chColor++; - // enable "magic" (read-only) comment AS REQUIRED + // enable "magic" (read-only) comment AS RETQUIRED } else if (useMagic && sc.currentPos - chToken == 4 && sc.Match('c') && sc.chPrev == 'r' && sc.GetRelative(-2) == '@') sc.state |= 0x10; // (switch to read-only comment style) -- cgit v1.2.3