From 088ab4bab616635fd79cd1faf2db1b4cb4ffa2b3 Mon Sep 17 00:00:00 2001 From: Jim Laskey Date: Wed, 1 Mar 2006 20:48:20 +0000 Subject: [PATCH] Remove comma from enum list. llvm-svn: 26456 --- llvm/include/llvm/Support/Dwarf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/include/llvm/Support/Dwarf.h b/llvm/include/llvm/Support/Dwarf.h index 0c955ee1d46b..090fc6033aea 100644 --- a/llvm/include/llvm/Support/Dwarf.h +++ b/llvm/include/llvm/Support/Dwarf.h @@ -31,7 +31,7 @@ namespace dwarf { enum llvm_dwarf_constants { // llvm mock tags DW_TAG_invalid = ~0U, // Tag for invalid results. - DW_TAG_anchor = 0, // Tag for descriptor anchors. + DW_TAG_anchor = 0 // Tag for descriptor anchors. }; enum dwarf_constants {