Remove extra ,.

llvm-svn: 144759
This commit is contained in:
Michael J. Spencer 2011-11-16 01:36:50 +00:00
parent 6e6b03ec46
commit 415e8aa84a
1 changed files with 1 additions and 1 deletions

View File

@ -558,7 +558,7 @@ namespace COFF {
IMPORT_NAME_NOPREFIX = 2,
/// The import name is the public symbol name, but skipping the leading ?,
/// @, or optionally _, and truncating at the first @.
IMPORT_NAME_UNDECORATE = 3,
IMPORT_NAME_UNDECORATE = 3
};
struct ImportHeader {