shell32: Add a couple of spaces in the spec file.

Francois Gouget fgouget at free.fr
Fri Dec 12 03:19:43 CST 2008


---

This is purely cosmetic but these are the only two entries in Wine to 
lack a space at this place.

 dlls/shell32/shell32.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/shell32/shell32.spec b/dlls/shell32/shell32.spec
index 7e98b5f..b4761c6 100644
--- a/dlls/shell32/shell32.spec
+++ b/dlls/shell32/shell32.spec
@@ -34,7 +34,7 @@
   35 stdcall -noname PathRemoveFileSpec(ptr) PathRemoveFileSpecAW
   36 stdcall -noname PathAppend(ptr ptr) PathAppendAW
   37 stdcall -noname PathCombine(ptr ptr ptr) PathCombineAW
-  38 stdcall -noname PathStripPath(ptr)PathStripPathAW
+  38 stdcall -noname PathStripPath(ptr) PathStripPathAW
   39 stdcall -noname PathIsUNC(ptr) PathIsUNCAW
   40 stdcall -noname PathIsRelative(ptr) PathIsRelativeAW
   41 stdcall -noname IsLFNDriveA(str)
@@ -42,7 +42,7 @@
   43 stdcall -noname PathIsExe(ptr) PathIsExeAW
   45 stdcall -noname PathFileExists(ptr) PathFileExistsAW
   46 stdcall -noname PathMatchSpec(ptr ptr) PathMatchSpecAW
-  47 stdcall -noname PathMakeUniqueName(ptr long ptr ptr ptr)PathMakeUniqueNameAW
+  47 stdcall -noname PathMakeUniqueName(ptr long ptr ptr ptr) PathMakeUniqueNameAW
   48 stdcall -noname PathSetDlgItemPath(long long ptr) PathSetDlgItemPathAW
   49 stdcall -noname PathQualify(ptr) PathQualifyAW
   50 stdcall -noname PathStripToRoot(ptr) PathStripToRootAW
-- 
1.5.6.5




More information about the wine-patches mailing list