Remove stray comma.

llvm-svn: 107425
This commit is contained in:
Daniel Dunbar 2010-07-01 20:20:05 +00:00
parent 0aa4365e47
commit 96278c19fb
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ namespace COFF {
SF_ClassMask = 0x00FF0000,
SF_ClassShift = 16,
SF_WeakReference = 0x01000000,
SF_WeakReference = 0x01000000
};
enum symbol_storage_class {