mirror of
https://github.com/reactos/wine.git
synced 2025-02-16 19:10:35 +00:00
version: Constify a variable.
This commit is contained in:
parent
bde4e36208
commit
b940df1408
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user