Commit 634637c0 authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

hhctrl.ocx: Make constant 'szHTMext' static.

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