hhctrl.ocx: Make constant 'szHTMext' static.

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Alex Henrie 2018-11-30 00:14:05 -07:00 committed by Alexandre Julliard
parent ef7855e131
commit 634637c057
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ cleanup:
static SearchItem *SearchCHM_Storage(SearchItem *item, IStorage *pStorage,
const char *needle)
{
const WCHAR szHTMext[] = {'.','h','t','m',0};
static const WCHAR szHTMext[] = {'.','h','t','m',0};
IEnumSTATSTG *elem = NULL;
WCHAR *filename = NULL;
STATSTG entries;