Author: gschneider
Date: Tue Apr 14 00:05:06 2009
New Revision: 40490

URL: http://svn.reactos.org/svn/reactos?rev=40490&view=rev
Log:
remove semicolon from define, thanks to Carlo Bramini for noticing

Modified:
    trunk/reactos/include/psdk/shlwapi.h

Modified: trunk/reactos/include/psdk/shlwapi.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/shlwapi.h?rev=40490&r1=40489&r2=40490&view=diff
==============================================================================
--- trunk/reactos/include/psdk/shlwapi.h [iso-8859-1] (original)
+++ trunk/reactos/include/psdk/shlwapi.h [iso-8859-1] Tue Apr 14 00:05:06 2009
@@ -388,7 +388,7 @@
 
 BOOL WINAPI PathIsFileSpecA(LPCSTR);
 BOOL WINAPI PathIsFileSpecW(LPCWSTR);
-#define PathIsFileSpec WINELIB_NAME_AW(PathIsFileSpec);
+#define PathIsFileSpec WINELIB_NAME_AW(PathIsFileSpec)
 
 BOOL WINAPI PathIsPrefixA(LPCSTR,LPCSTR);
 BOOL WINAPI PathIsPrefixW(LPCWSTR,LPCWSTR);

Reply via email to