oleview: Constify a character string.

This commit is contained in:
Frédéric Delanoy 2013-12-18 23:14:17 +01:00 committed by Alexandre Julliard
parent 78cf65abb1
commit 7bdcd40c08
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
GLOBALS globals;
static const WCHAR wszRegEdit[] = { '\\','r','e','g','e','d','i','t','.','e','x','e','\0' };
static WCHAR wszFormat[] = { '<','o','b','j','e','c','t','\n',' ',' ',' ',
static const WCHAR wszFormat[] = { '<','o','b','j','e','c','t','\n',' ',' ',' ',
'c','l','a','s','s','i','d','=','\"','c','l','s','i','d',':','%','s','\"','\n',
'>','\n','<','/','o','b','j','e','c','t','>','\0' };