Module: wine Branch: master Commit: b940df14087690eee260727f3be403c5ade0e763 URL: http://source.winehq.org/git/wine.git/?a=commit;h=b940df14087690eee260727f3b... Author: Andrew Talbot <Andrew.Talbot(a)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;