ecere:EditBox: Fixed typo in syntax highlighting update
authorJerome St-Louis <jerome@ecere.com>
Tue, 1 Apr 2014 20:51:02 +0000 (16:51 -0400)
committerJerome St-Louis <jerome@ecere.com>
Tue, 1 Apr 2014 20:51:02 +0000 (16:51 -0400)
ecere/src/gui/controls/EditBox.ec

index a2cb758..b924a6e 100644 (file)
@@ -669,7 +669,7 @@ static char * keyWords1[] =
    "__declspec", "goto",
     "inline", "__inline__", "_inline", "__inline", "__typeof","__extension__",
    "asm", "__asm", "_asm", "volatile", "#cpu", "__stdcall__",
-   "__restrict__", "__restrict", "restrict"
+   "__restrict__", "__restrict", "restrict",
 
    // eC
    "class", "private", "public",