Alexandre Julliard : include: Fix an enum definition that was actually defining a variable.

Alexandre Julliard julliard at winehq.org
Mon Dec 1 07:34:14 CST 2008


Module: wine
Branch: master
Commit: 0e65bbad1eb3251dfa3fde5fb86cfab486674573
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=0e65bbad1eb3251dfa3fde5fb86cfab486674573

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon Dec  1 13:21:35 2008 +0100

include: Fix an enum definition that was actually defining a variable.

---

 include/cvconst.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/cvconst.h b/include/cvconst.h
index 2b1cdf5..86dd3f1 100644
--- a/include/cvconst.h
+++ b/include/cvconst.h
@@ -528,7 +528,7 @@ enum CV_HREG_e
     CV_AMD64_R13        = 341,
     CV_AMD64_R14        = 342,
     CV_AMD64_R15        = 343,
-} CV_HREG_e;
+};
 
 typedef enum
 {




More information about the wine-cvs mailing list