Commit b940df14 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

version: Constify a variable.

parent bde4e362
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment