summaryrefslogtreecommitdiff
path: root/include/llvm/Support/COFF.h
diff options
context:
space:
mode:
authorMichael J. Spencer <bigcheesegs@gmail.com>2011-11-16 01:36:50 +0000
committerMichael J. Spencer <bigcheesegs@gmail.com>2011-11-16 01:36:50 +0000
commita9a4f5eda8c9123dcdb46b351de4adb56706bb76 (patch)
treea97d45006ee70be63e8f19b6ad8759bd6d4cd94e /include/llvm/Support/COFF.h
parent800e03f59896ef4b26d988f1878370bb5aeec0d8 (diff)
downloadllvm-a9a4f5eda8c9123dcdb46b351de4adb56706bb76.tar.gz
llvm-a9a4f5eda8c9123dcdb46b351de4adb56706bb76.tar.bz2
llvm-a9a4f5eda8c9123dcdb46b351de4adb56706bb76.tar.xz
Remove extra ,.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144759 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/COFF.h')
-rw-r--r--include/llvm/Support/COFF.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/COFF.h b/include/llvm/Support/COFF.h
index e18e828e87..88c60bac74 100644
--- a/include/llvm/Support/COFF.h
+++ b/include/llvm/Support/COFF.h
@@ -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 {