Andrew Talbot : version: Constify a variable.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Feb 26 07:59:25 CST 2007


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

Author: Andrew Talbot <Andrew.Talbot at talbotville.com>
Date:   Fri Feb 23 16:21:21 2007 +0000

version: Constify a variable.

---

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

diff --git a/dlls/version/info.c b/dlls/version/info.c
index 84a7eed..56c9cd9 100644
--- a/dlls/version/info.c
+++ b/dlls/version/info.c
@@ -46,7 +46,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(ver);
  *      Added this function to clean up the code.
  *
  *****************************************************************************/
-static void print_vffi_debug(VS_FIXEDFILEINFO *vffi)
+static void print_vffi_debug(const VS_FIXEDFILEINFO *vffi)
 {
     BOOL    versioned_printer = FALSE;
 




More information about the wine-cvs mailing list