Commit 19daedff authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

version: Constify a variable.

parent d31969b5
......@@ -453,8 +453,8 @@ DWORD WINAPI VerInstallFileA(
if (buf1) {
buf2 = _fetch_versioninfo(tmpfn,&tmpvffi);
if (buf2) {
char *tbuf1,*tbuf2;
static CHAR trans_array[] = "\\VarFileInfo\\Translation";
char *tbuf1,*tbuf2;
static const CHAR trans_array[] = "\\VarFileInfo\\Translation";
UINT len1,len2;
len1=len2=40;
......
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