[REGEXPL] Fix 'COMLPETION_H__INCLUDED_' typo

clang-cl 10:
'.../Completion.h(4,2): warning: 'COMLPETION_H__INCLUDED_' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]'

Addendum to bf1b057 (r1507).
CORE-14306
This commit is contained in:
Serge Gautherie 2020-08-27 18:50:39 +02:00 committed by Stanislav Motylkov
parent f8b0c7c6dd
commit 1c65a5e68a

View file

@ -1,7 +1,7 @@
//
// Completion.h - declaration for completion related functions
#if !defined(COMLPETION_H__INCLUDED_)
#if !defined(COMPLETION_H__INCLUDED_)
#define COMPLETION_H__INCLUDED_
typedef const TCHAR * (*ReplaceCompletionCallback)(unsigned __int64& rnIndex, const BOOL *pblnForward,