winspool: Fix missing backslash

Detlef Riekenberg wine.dev at web.de
Mon Sep 18 00:57:41 CDT 2006


Backslash got lost while splitting my last Patch in
small parts.


Changelog:
winspool: Fix missing backslash

-- 
 
By by ... Detlef

-------------- next part --------------
Subject: [PATCH] winspool: Fix missing backslash

---

 dlls/winspool.drv/info.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

80343dbf1d67ba32c5c9be349bd943e0279fc7c4
diff --git a/dlls/winspool.drv/info.c b/dlls/winspool.drv/info.c
index 45f7054..d340705 100644
--- a/dlls/winspool.drv/info.c
+++ b/dlls/winspool.drv/info.c
@@ -159,7 +159,7 @@ static const WCHAR MonitorsW[] =  { 'S',
                                   'C','u', 'r','r','e','n','t','C','o','n','t','r','o','l','S','e','t','\\',
                                   'C','o','n','t','r','o','l','\\',
                                   'P','r','i','n','t','\\',
-                                  'M','o','n','i','t','o','r','s',0};
+                                  'M','o','n','i','t','o','r','s','\\',0};
 
 static const WCHAR PrintersW[] = {'S','y','s','t','e','m','\\',
                                   'C','u', 'r','r','e','n','t','C','o','n','t','r','o','l','S','e','t','\\',
-- 
1.1.3


More information about the wine-patches mailing list