version: Constify a variable.

This commit is contained in:
Andrew Talbot 2007-02-23 16:21:21 +00:00 committed by Alexandre Julliard
parent bde4e36208
commit b940df1408

View file

@ -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;