version: Constify a variable.
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 @@
  *      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;