1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Remove stray comma.

llvm-svn: 107425
This commit is contained in:
Daniel Dunbar 2010-07-01 20:20:05 +00:00
parent 769d88aa45
commit 6202aeaec6

View File

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