From 96278c19fb96f0e570193831510c138d260c2f91 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Thu, 1 Jul 2010 20:20:05 +0000 Subject: [PATCH] Remove stray comma. llvm-svn: 107425 --- llvm/include/llvm/Support/COFF.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/include/llvm/Support/COFF.h b/llvm/include/llvm/Support/COFF.h index 5299884e81c8..2d4e0544368b 100644 --- a/llvm/include/llvm/Support/COFF.h +++ b/llvm/include/llvm/Support/COFF.h @@ -64,7 +64,7 @@ namespace COFF { SF_ClassMask = 0x00FF0000, SF_ClassShift = 16, - SF_WeakReference = 0x01000000, + SF_WeakReference = 0x01000000 }; enum symbol_storage_class {