Andrew Talbot : include: Remove superfluous semicolons.

Alexandre Julliard julliard at wine.codeweavers.com
Sat Apr 7 05:23:17 CDT 2007


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

Author: Andrew Talbot <Andrew.Talbot at talbotville.com>
Date:   Fri Apr  6 16:23:52 2007 +0100

include: Remove superfluous semicolons.

---

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

diff --git a/include/setupapi.h b/include/setupapi.h
index b7a6b43..81d97e0 100644
--- a/include/setupapi.h
+++ b/include/setupapi.h
@@ -298,8 +298,8 @@ typedef struct _CABINET_INFO_W {
   USHORT CabinetNumber;
 } CABINET_INFO_W, *PCABINET_INFO_W;
 
-DECL_WINELIB_SETUPAPI_TYPE_AW(CABINET_INFO);
-DECL_WINELIB_SETUPAPI_TYPE_AW(PCABINET_INFO);
+DECL_WINELIB_SETUPAPI_TYPE_AW(CABINET_INFO)
+DECL_WINELIB_SETUPAPI_TYPE_AW(PCABINET_INFO)
 
 typedef struct _SP_INF_INFORMATION {
     DWORD InfStyle;




More information about the wine-cvs mailing list