Browse Source

vslol: fix typo.

legacy
Sam Hocevar sam 12 years ago
parent
commit
53569d831d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tools/vslol/CppKeywordClassifier.cs

+ 1
- 1
tools/vslol/CppKeywordClassifier.cs View File

@@ -64,7 +64,7 @@ class CppKeywordClassifier : IClassifier


private static const string[] m_all_types = private static const string[] m_all_types =
{ {
"void|bool|int|signed|unsigned|char|short|long|float|double";
"void|bool|int|signed|unsigned|char|short|long|float|double",
"class|struct|union|template|namespace|typename|typedef", "class|struct|union|template|namespace|typename|typedef",
"inline|restrict|export|explicit|mutable", "inline|restrict|export|explicit|mutable",
"static|register|auto|volatile|extern|const" "static|register|auto|volatile|extern|const"


Loading…
Cancel
Save