include: Remove superfluous semicolons

Andrew Talbot Andrew.Talbot at talbotville.com
Fri Apr 6 10:23:52 CDT 2007


Changelog:
    include: Remove superfluous semicolons.

diff -urN a/include/setupapi.h b/include/setupapi.h
--- a/include/setupapi.h	2007-03-27 17:43:41.000000000 +0100
+++ b/include/setupapi.h	2007-04-06 12:46:13.000000000 +0100
@@ -298,8 +298,8 @@
   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-patches mailing list