Andrew Talbot : comdlg32: Constify a variable.

Alexandre Julliard julliard at winehq.org
Mon Aug 16 12:24:58 CDT 2010


Module: wine
Branch: master
Commit: dc064443149af1976264f16b768135d40ddbcc91
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=dc064443149af1976264f16b768135d40ddbcc91

Author: Andrew Talbot <andrew.talbot at talbotville.com>
Date:   Sun Aug 15 20:15:05 2010 +0100

comdlg32: Constify a variable.

---

 dlls/comdlg32/printdlg.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/comdlg32/printdlg.c b/dlls/comdlg32/printdlg.c
index 74a06ff..0bb3a7b 100644
--- a/dlls/comdlg32/printdlg.c
+++ b/dlls/comdlg32/printdlg.c
@@ -3584,7 +3584,7 @@ static WCHAR *get_default_printer(void)
     return name;
 }
 
-static void pagesetup_dump_dlg_struct(pagesetup_data *data)
+static void pagesetup_dump_dlg_struct(const pagesetup_data *data)
 {
     if(TRACE_ON(commdlg))
     {




More information about the wine-cvs mailing list