diff options
Diffstat (limited to 'plugins/Utils/mir_memory.h')
-rw-r--r-- | plugins/Utils/mir_memory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Utils/mir_memory.h b/plugins/Utils/mir_memory.h index 51b16866ab..678972805c 100644 --- a/plugins/Utils/mir_memory.h +++ b/plugins/Utils/mir_memory.h @@ -75,7 +75,7 @@ static int strcmpnullW(WCHAR *str1, WCHAR *str2) #define CHECK_VERSION(_NAME_) \
- if (!mir_is_unicode()) \
+ if ( !mir_is_unicode()) \
{ \
MessageBox(NULL, _T("Your Miranda is ansi. You have to install ansi ") _T(_NAME_), \
_T(_NAME_), MB_OK | MB_ICONERROR); \
|