From 1e2b9b7d3685527e1f6446471758c20b9c059a87 Mon Sep 17 00:00:00 2001 From: Detlef Riekenberg Date: Mon, 18 Sep 2006 07:57:41 +0200 Subject: [PATCH] winspool: Fix missing backslash. --- dlls/winspool.drv/info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/winspool.drv/info.c b/dlls/winspool.drv/info.c index 45f705448e1..d3407055804 100644 --- a/dlls/winspool.drv/info.c +++ b/dlls/winspool.drv/info.c @@ -159,7 +159,7 @@ static const WCHAR MonitorsW[] = { 'S','y','s','t','e','m','\\', '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','\\',