Fix compile error: comma at end of enumerator list.

llvm-svn: 121075
This commit is contained in:
Francois Pichet 2010-12-07 00:21:00 +00:00
parent 9dfa3ce94f
commit cad25fc6bc
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ namespace clang {
/// BinaryTypeTrait - Names for the binary type traits.
enum BinaryTypeTrait {
BTT_IsBaseOf,
BTT_IsBaseOf
};
}