Skip to content
Snippets Groups Projects
Commit 634637c0 authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard
Browse files

hhctrl.ocx: Make constant 'szHTMext' static.

parent ef7855e1
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment