version: Constify a variable.

This commit is contained in:
Andrew Talbot 2007-02-22 21:48:14 +00:00 committed by Alexandre Julliard
parent d31969b5e6
commit 19daedffaf
1 changed files with 2 additions and 2 deletions

View File

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